Beginner |
|
Joined: Tue Oct 20, 2009 6:28 am Posts: 20
|
Hi all,
I want to reveng a whole database and pack this by functionality. This way I can upgrade parts of the whole system.
The base application tables are already in place using normal reveng.xml. The package is called core-1.0.jar
But now I want to reveng the rest of the database and pack them in a different java package.
I want to know if I can somehow reference the core-1.0.jar to resolve foreign keys between tables. This hibernate tools will use the right object from the core-1.0.jar package to resolve references.
If no. Is there any other way to do this?
Thank you.
|
|