We have lots of packages and functions/procedures in them.
If I import them via EntityDeveloper I have to manually add the package name to the method name. Otherwise I would get a problem with same proc names in different packages.
For a package function
vk_preis.preisfindung()
I get now a method
vk_preis_preisfindung(),
mixed into the many entities in my model.
It would be very helpful for me to get a tipp how to better structure this methods calls.
Structuring PLSQL-Packages/Methods
There is no way to change the name in design time without renaming every method.
We will investigate the possibility to deal with this scenario.
I can suggest you a workaround. Create a custom template and change the GenerateContextMethods method.
Add the following piece of code before the method name generation in the template:
We will investigate the possibility to deal with this scenario.
I can suggest you a workaround. Create a custom template and change the GenerateContextMethods method.
Add the following piece of code before the method name generation in the template:
Code: Select all