-->
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.  [ 2 posts ] 
Author Message
 Post subject: EJB Query ??
PostPosted: Sat Nov 12, 2005 11:11 pm 
Regular
Regular

Joined: Tue Nov 04, 2003 12:37 pm
Posts: 57
Hello,


class Menu {
@OneToMany
List<Item> items;
}


class Item {
@ManyToOne
Menu menu;

@ManyToMany
List<Role> roles;
}



For the above, how can I select all the Menu(s) which has item(s) and the roles of the item(s) must be in the one of the roles that the user pass into ?


For a psechudo SQL, "select menu from item where item.roles in :roles" ???




Best regards,
Eric


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 14, 2005 7:22 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
the query you've used with aliases, that's all.

_________________
Emmanuel


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