This is how I would do it in Hibernate but I am new to JPQL and can't work
out the equivalent syntax:
   from Parent as parent
       left join fetch parent.children child
       left join fetch child.grandChildren

Does anybody know how?  Thanks in advance.
Martin
-- 
View this message in context: 
http://n2.nabble.com/left-join-fetch-on-Parents%2C-Children%2C-and-GrandChildren-tp2274260p2277843.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.

Reply via email to