-->
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: Hibernate Query, max results, etc
PostPosted: Tue Sep 22, 2009 10:34 pm 
Newbie

Joined: Thu Sep 11, 2008 6:50 pm
Posts: 5
Hi. I am looking at using a hibernate query object for retrieving data from the database for use by a user interface. As such, I need the data paginated. The methods uery.setMaxResults and Query.setFirstResult look useful for this, but I do have a question:

When Hibernate returns the specified result range, does it actually generate the native SQL that specifies the result range so that the database only queries that specific range or does Hibernate get the particular whole result set regardless of range and then filter the result. If the latter, then this would not be performant for my purposes.

Thanks.


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.