Hibernate version: 2.1
I was wondering if anyone knew if hbm2ddl is capable of selectively generating some of the classes it knows about.
I have an application 'A' that defines some classes, and another application 'B' that is dependent on the classes in 'A' (but not vice-versa). I would like to be able to recreate the tables/sample data for 'B' without affecting the tables I've already created for 'A'.
I know there's plenty of ways around it, but this would work nicely the way I have my build and testing set up, so I would appreciate it if anyone knew how to do it. I spent some time looking around the dox and the code, but didn't see anything that might help me accomplish this.
|