-->
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: Filtered lists have gaps in list-index
PostPosted: Mon Jul 04, 2005 8:22 am 
Beginner
Beginner

Joined: Sat Jan 22, 2005 9:11 am
Posts: 35
Location: London
A has a list of Bs {B0, B1, B2 } with list index 0, 1 and 2.

A filter is applied using session.enableFilter() to Bs whose condition evaluates false for B0 such that now A.getBs returns { B1, B2 }.

Problem is that the list indices are the same as in the unfiltered case and, since Hibernate assumes list indices are sequential, it still returns a list of size 3.

Is there any way round this general problem with filtered lists?


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.