-->
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.  [ 5 posts ] 
Author Message
 Post subject: How to randomly get objects from a Set
PostPosted: Mon Sep 08, 2003 11:46 pm 
Beginner
Beginner

Joined: Tue Aug 26, 2003 11:33 pm
Posts: 38
I need to randomly fetch records from a table. In hibernate, this seems only possible with ScrollableResults which has a method scoll() to skip certain number of records. This is not so convenient cause I must reset to the first whenever I wanna fetch the Nth record.
Does anyone know some way on how to get Nth element directly from a result Set/List without using iterator? Iterators has bad performance because we are not even skipping but loading and discarding.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 09, 2003 12:04 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
From a Set??! I don't understand what the "nth element of a Set would mean" .... do you mean an _ordered_ set? Even then it seems a very dodgy notion....


In the case of a List or Map, and in Hibernate 2.1, you can use the standard HQL index() function.


Top
 Profile  
 
 Post subject: obscure in fact ;)
PostPosted: Tue Sep 09, 2003 1:17 am 
Beginner
Beginner

Joined: Tue Aug 26, 2003 11:33 pm
Posts: 38
Which is faster ? I mean ScollableResults and HQL index() function.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 09, 2003 1:20 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
The index() function, of course. It does the work server-side.


Top
 Profile  
 
 Post subject: Thank you ! gavin
PostPosted: Tue Sep 09, 2003 1:25 am 
Beginner
Beginner

Joined: Tue Aug 26, 2003 11:33 pm
Posts: 38
:)


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