-->
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: Informix dialect and limited select
PostPosted: Sat Sep 09, 2006 11:05 am 
Newbie

Joined: Sat Sep 09, 2006 11:01 am
Posts: 6
Hi all! I used setFirstResult and setMaxResults with informix but Hibernate generate query "select first ... from" and when the results are retrieved it iterates them and returns as list only the records from the first to maxresult size. That is working well but i think that i`ll be more fast when the query is generated like "select skip :first first :size * from ..."


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 09, 2006 6:19 pm 
Senior
Senior

Joined: Sun Jun 04, 2006 1:58 am
Posts: 136
You can use SQL query option or

Subclass InformixDialect

Quote:
http://www.hibernate.org/hib_docs/v3/api/org/hibernate/dialect/InformixDialect.html


and overide getLimitString method

_________________
Don't forget to rate


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.