|
I have been working on reverse engineering a legacy database and thought I would use hbm2java to create the object model. This worked great by the way, except that I found no composite-map-key classes generated. I manually generated the Hibernate Mapping file, and used the maven-antrun-plugin to execute the hbm2java target. I have included my plugin configuration, and a snippet of my hibernate mapping file file that illustrates the scenario.
In the sample.hbm.xml file, it is the com.ca.titan.obj_xref_key class that is not created.
Is this a known issue?
If you have any questions, or need more detail, don't hesitate to send me an email.
|