Hibernate Team |
|
Joined: Mon Aug 25, 2003 9:11 pm Posts: 4592 Location: Switzerland
|
By running the unit tests. You probably also like to disable the automatic dropping of the schema at the end, see TestCase.java and remove the "drop" in tearDown(). You could also simply write an Ant target and call SchemaExport yourself with the hibernate.cfg.xml.
I'll include a SQL DDL file in the next release...
_________________ JAVA PERSISTENCE WITH HIBERNATE http://jpwh.org Get the book, training, and consulting for your Hibernate team.
|
|