Joined: Tue May 04, 2010 6:56 am Posts: 2
|
Hello,
I am loading a OneToMany-Relation with a huge amount of results on the many side. Is there any way in Hibernate not to cache all the objects as soon as the first object is accessed (lazy loading) but to just read batches of for example 10 objects from the database with a cursor or sth similar?
All I have found yet is the pagination feature which actually loads all objects into the cache and just returns them in batches to the user. That's not what I need.
Thx in advance!
|
|