-->
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: relation list containsAll<value list>
PostPosted: Thu Mar 29, 2007 12:51 pm 
Newbie

Joined: Thu Mar 29, 2007 12:41 pm
Posts: 1
Hi,

I have a many-to-many relation and I would like to implement the following "statement" using Hibernate criteria API (the output must be a criterion):

<relationListPropertyname> contains all <valuelist>.

For example, let's say that
<valueList>=('a', 'b')
and I have 2 rows in the DB with the following values in the relationList
Row 1: ('a')
Row 2: ('a','b','c')

Row #2 answers the criteria, row #1 doesn't because it doesn't contains 'b'.

I've managed to implement "is one of" using Restrictions.in, but have not succeeded to implement this "contains all".

Please assist.

Thanks in advanced
Carmel


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.