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
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.