-->
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: How to load association info into collection property object
PostPosted: Mon Sep 07, 2009 10:15 pm 
Newbie

Joined: Mon Sep 07, 2009 9:56 pm
Posts: 4
Class A has a set of Class B.
Class B has properties which are only relevant to its relationship to Class A, and Class B may have different
values of these properties for mappings to different instances of Class A. It makes sense for this data to be stored in the join table such as:

id, classa_id, classb_id, score, reviewed

I can't seem to find the documentation that will show me how to get these properties loaded into my Class B when load and instance of Class A and its set of Class B's.

Any pointers would be greatly appreciated, I will read it if you point me in the direction and maybe I can begin to ask more intelligently worded questions.


Top
 Profile  
 
 Post subject: Re: How to load association info into collection property object
PostPosted: Wed Sep 09, 2009 5:29 pm 
Newbie

Joined: Mon Sep 07, 2009 9:56 pm
Posts: 4
haobaba1 wrote:
Class A has a set of Class B.
Class B has properties which are only relevant to its relationship to Class A, and Class B may have different
values of these properties for mappings to different instances of Class A. It makes sense for this data to be stored in the join table such as:

id, classa_id, classb_id, score, reviewed

I can't seem to find the documentation that will show me how to get these properties loaded into my Class B when load and instance of Class A and its set of Class B's.

Any pointers would be greatly appreciated, I will read it if you point me in the direction and maybe I can begin to ask more intelligently worded questions.



https://www.hibernate.org/118.html#A10


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.