-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: many-to-many mapping, how to do it.
PostPosted: Thu Mar 25, 2004 6:12 am 
Newbie

Joined: Thu Mar 25, 2004 6:06 am
Posts: 1
Hello, i could use some help with the following problem i am having.

I have 3 tables.

TableA has the following Fields:
- FieldA_PK (primary key)
- FieldA1
- FieldA2

TableB has the following Fields:
- FieldB_PK (primary key)
- FieldB1
- FieldB2

TableAB has the following Fields:
- FieldA_PK (key to TableA)
- FieldB_PK (key to TableB)
- FieldAB1
- FieldAB2


How would i map those relations in my mappings files?

Thanks in advance.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 25, 2004 6:45 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
ObjectA <-1-to-many-> ObjectAB <-many-to-1-> ObjectB

_________________
Emmanuel


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.