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: LazyLoading
PostPosted: Thu Nov 13, 2003 4:41 am 
Newbie

Joined: Tue Oct 28, 2003 8:00 am
Posts: 16
Location: Karlsruhe, Germany
hi,

I want to use lazyLoading without holding my session open.
Can I session.disconnect after load of an object with lazy collections and session.reconnect if hibernate needs a connection for lazy loading of collection elements ?
Is there a callback function which hibernate can call when it needs a connected session ?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 13, 2003 9:13 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
Quote:
Can I session.disconnect after load of an object with lazy collections and session.reconnect if hibernate needs a connection for lazy loading of collection elements ?


Yes.

A second alternative is to lock() the parent object in a new Session (Hibernate 2.1).


Quote:
Is there a callback function which hibernate can call when it needs a connected session ?


No, and I stubbornly insist it would be a Bad Thing.


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.