-->
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-one to self Object? "infinite" loop
PostPosted: Mon Jun 14, 2004 2:25 pm 
Newbie

Joined: Thu Mar 25, 2004 3:52 pm
Posts: 3
I have a user class with a many-to-one association to itself. This allows a user to have a "best-friend" association to another user. However, if userA is associated to userB and userB to userA this causes somewhat of an infinite loop. Even if its userA -> userB -> userC -userA, this can always loop. Lazy loading would fix this, but there isn't lazy loading for many-to-one.

What should I do in this situation?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 14, 2004 6:21 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
Hibernate will not loop in this case, since it detects cycles.
Check that you equals hashCode is prperly implemented.

Lasy loading of many-to-one is achieved using lazy='true' in the one side (<class lazy="true">)

_________________
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.