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

micho do-not-reply at jboss.com
Mon Feb 26 16:24:21 EST 2007


In simple SQL I wrote

select ug.* 
  | from usergroup ug, user u, user_usergroup u_ug
  | where 
  | (ug.sid = u_ug.userGroupList_sid) and (u.sid = u_ug.user_sid) and
  | u.name='john'
and jot the expected result.

What do I have to code in EJB-QL

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

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



More information about the jboss-user mailing list