aspose file tools
The moose likes Object Relational Mapping and the fly likes many-to-many mapping in the hibernate mapping file ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "many-to-many mapping in the hibernate mapping file ?" Watch "many-to-many mapping in the hibernate mapping file ?" New topic
Author

many-to-many mapping in the hibernate mapping file ?

kri shan
Ranch Hand

Joined: Apr 08, 2004
Posts: 1300
Customer and Account table has many-to-many relationships. Hence i created link table for creating two one-to-many relationships. link table has both tables primary key. How can i represent many-to-many relationship in the hibernate mapping file for Customer and Account tables ?
kri shan
Ranch Hand

Joined: Apr 08, 2004
Posts: 1300
Any reply?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: many-to-many mapping in the hibernate mapping file ?
 
Similar Threads
simple example implementation?
Common DAO layer Code Base - Hibernate Mapping XML changes
many-to-many mapping - Hibernate mapping files ?
Query woes - determined but struggling
many-to-many bidirectional relationship query