-->
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.  [ 1 post ] 
Author Message
 Post subject: 3 way mapping with annotations?
PostPosted: Wed Sep 30, 2009 7:29 pm 
Newbie

Joined: Wed Jul 08, 2009 10:06 am
Posts: 2
I would like to map 3 tables, each of which are represented by entities: pageflow, role, and document.

there is db table that joins the 3 with the primary key of that table being the keys of the other 3:
pageflow_id, role_id, and document_id

For a particular document and role, I can have any number of pageflows. The same pageflows can be associated with any number of documents.

the result I want is on the document entity to have a method:
public Map<Role, List<Pageflow>> getPageFlows ();

Is this even possible? If so, what would the annotations look like to map this?


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

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.