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