Tagged Questions
0
votes
1answer
194 views
Partial schema export in hibernate
EDIT: Hibernate version is 3.6
I am trying to do a partial schema export using hbm2dll SchemaExport. Therefore I access the current hibernate configuration, retrieve the PersistentClass the table ...