-->
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: Oracle Pagination problem
PostPosted: Wed Jan 24, 2007 4:59 pm 
Newbie

Joined: Mon Aug 15, 2005 10:02 am
Posts: 7
Hi,

I am using hibernate 2.1.8 with Oracle 10.
My problem is the same stated by other topics about this subject. The difference between the SQL issued by hibernate for the first page is diferent from other pages, causing some registers to be shown in more than one page:
Code:
select * from (<QUERY>) where rownum <= X

and

select * from ( select row_.*, rownum rownum_ from ( <QUERY> row_ ) where rownum_ <= X and rownum_ > Y


My question is:
1) is there any fix (workaround) in hibernate2 for this?
2) In hibernate 3 this is fixed?

_________________
Regards
EugĂȘnio.


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.