[jboss-user] [EJB 3.0] - Re: EJB-QL join with UNIDIRECTIONAL relationship

micho do-not-reply at jboss.com
Mon Feb 26 17:17:15 EST 2007


I wrote now:
select ug from UserGroup as ug, User as u
  | where 
  |   ug member of u.userGroupList and 
  |   u.name = 'john' 
  | 

that works! :-)

is it possible to wrtite it with a join.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022713#4022713

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022713



More information about the jboss-user mailing list