Hi, is there any way to do a left join fetch on Parents, Children, and GrandChildren collections
The following works and fetches Parents and Children SELECT p FROM Parent p LEFT JOIN FETCH p.childCollection but I would like to extend the left join fetch to the GrandChildren i.e. children of Children. Thanks in advance Martin -- View this message in context: http://n2.nabble.com/left-join-fetch-on-Parents%2C-Children%2C-and-GrandChildren-tp2274260p2274260.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
