-->
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.  [ 3 posts ] 
Author Message
 Post subject: Criteria pagination exception
PostPosted: Thu Jul 21, 2005 10:21 am 
Newbie

Joined: Thu Jul 21, 2005 10:10 am
Posts: 1
Helo guys,

I have problem and need your help. Im using mySQL Database for loading hevy data. I did paging action but appears IO exception for streaming outstanding data. Im using hibernate Criteria.list() to load data, and the problem appears over 13000 records.

I would appriciate if anybody could help me and solved the problem.

Thanx


Top
 Profile  
 
 Post subject: Re: Criteria pagination exception
PostPosted: Thu Jul 21, 2005 10:25 am 
Expert
Expert

Joined: Mon Feb 14, 2005 12:32 pm
Posts: 609
Location: Atlanta, GA - USA
You need to provide your code if you expect to get anyone to help with a problem like this.

http://www.hibernate.org/ForumMailingli ... AskForHelp


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 21, 2005 1:33 pm 
Senior
Senior

Joined: Wed Jul 13, 2005 4:31 pm
Posts: 142
Location: Seattle, WA
Try scroll instead of list...

http://www.hibernate.org/hib_docs/v3/re ... -scrolling

and evict instances from the session cache after use, using either session.evict(o) or session.clear()


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 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.