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: Please help: Graph Model?
PostPosted: Wed Jun 04, 2008 8:11 am 
Newbie

Joined: Wed Jun 04, 2008 6:34 am
Posts: 3
I have seen the tree model or composite design pattern at http://www.hibernate.org/86.html. However my question is about Graph model. The Graph model is more complicated than tree model. Firstly it not only allow multiple children (destination) but also multiple parents (sources). The composite pattern can use one database table e.g site as described in the link above while the graph model would introduce another table, for instance rule table and one-to-many relationship. The rule table keeps the information about relationship between nodes (parent nodes are the source node; the child nodes are the destination in Graph Model point of view).

How to use hibernate for this model?

Many thanks!


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.