As demonstrated in this forum thread, a mapped by collection field with lazy fetch mode is not initialized in results of a query that uses JOIN FETCH on that collection field (when enhancement is used).
ObjectDB Support
Type: Bug Reoprt | Version: 2.4.1 | Priority: Normal | Status: Fixed | Replies: 1 |
As demonstrated in this forum thread, a mapped by collection field with lazy fetch mode is not initialized in results of a query that uses JOIN FETCH on that collection field (when enhancement is used).
Build 2.4.1_06 fixes this issue (fields are now initialized and the test in the forum passes), but still loading bulk of inverse fields requires performance improvement.