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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...