-->
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: HQL query: matching collections?
PostPosted: Wed Oct 12, 2005 9:28 am 
Newbie

Joined: Fri Feb 20, 2004 6:26 am
Posts: 12
Hi,

I'm trying to find an HQL statement for Hibernate 2.1.8/Oracle10g/Postgres that finds all entities whose collection of names matches a list of names (named parameter :names); the result set should only contain entities that have *all* names passed; pseudo HQL:

from Entity e where :names all in elements( e.names )

:categories is of type String[]. The above statement isn't valid, and I wonder whether I can do this via expressions, or whether I have to use subselects?

Thanks in advance.


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:
cron
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.