Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3
Name and version of the database you are using: postgres 7.4
Refering to the previous posts (
this one and
this one), it was mentioned that there was a workaround for the many-to-many issue currently in the hbm2hbmxml mapping. that being that in a situation where a database structure looks like:
(A) <- (AXB) -> (B)
the AXB table will be set up as its own hbm.xml entity instead of understood as a many-to-many relationship between A and B. could you lead me into the direction of what this workaround is, and how'd i would implement it? i really don't want to edit these files by hand, as it would defeat a large part of the purpose why i'm trying to use these tools. i'm pretty new to hibernate, so as much information as possible would help.
thanks,
nikhil