| //http://opensource.atlassian.com/projects/hibernate/browse/HHH-2772
| subjectRoleList = em.createQuery("select from Role r left join r.actors as a
with a.subject.subjectid = :subject")
|
Worked for me, but I'm afraid its not ejb-ql compliant??
regards,
Jeroen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088136#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...