Hi!
I have a problem with Hibernate / Hibernate Synchronizer again.
I have 3 tables called A, B, and C for example. I'd like to make joined-subclasses. A is the main table, B and C is mapped as joined subclasses in A's hbm.xml. When I generated hbm.xmls with Synchronizer the two joined-subclasses appeared in A.hbm.xml, but no B.hbm.xml or C.hbm.xml is generated. I have more tables connected with B and C. Without B and C's hbm.xmls I cannot generate .java classes for them, therefore the other tables cannot see B and C (but they are mapped in A). In A's .java class there no appearance of any subclasses for B and C.
What's the problem? Am I donig wrong something?
I hope you understand my problem. :)
GHud
|