How to tell JDeveloper to not create new Oracle Objects and use my one?

53 views Asked by At

I connect to oracle db using adf, this db use custome objects in it's columns. So when i add new entity based on table, JDeveloper automatically generate this objects.

What i need to know is how to generate all types in one model project and then reuse thos domain objects in all other applications without regenerate it each time

1

There are 1 answers

1
Florin Marcus On BEST ANSWER

It makes sense what you are looking for, but I am afraid Jdeveloper doesn't support it. You can still achieve it by changing the sources manually, though - it will work.