I see two potential workarounds - are there other approaches for forcing retrieval of lazy properties?
FETCH ALL PROPERTIES
Do the query without JOIN FETCH, and afterwards do p.children1.size() and p.children2.size().
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
I see two potential workarounds - are there other approaches for forcing retrieval of lazy properties?