-->
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: strange mapping of collection
PostPosted: Sat Jan 29, 2005 2:39 pm 
Regular
Regular

Joined: Tue Oct 12, 2004 9:02 am
Posts: 66
Location: Italy
I have a class "Node".
A node is linked to other nodes as in a graph.
Anyway I only need to know the nodes which are in the outgoing edges of a node.
I have a linking table "linker" who have 3 fields:
-id
-node_id
-linked_node_id

so if i want all the nodes linked to the node with id = 1 I have only to do
SELECT linked_node_id FROM linker WHERE node_id = 1

I want to obtain this list from a property collection. But i don't know how to configure the mapping.


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.