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: Lazy loading each element in a collection
PostPosted: Tue Jan 30, 2007 12:01 pm 
Newbie

Joined: Wed Sep 06, 2006 2:38 pm
Posts: 6
I have a Job with a collection of Tasks (IList<Task> tasks) that is too big to be loaded into memory at once. Is there a way to use lazy loading to solve this problem? I would like to access each task (or small enough group of tasks) in turn and then have it removed from the list in memory when i have completed it but i only seem to be able to delay the loading of the entire list and then load it all at once..


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.