|
So the problem really is in how the collection is handled. The collection ought to be an uninitialized PersistentCollection. But its not; its null. The logic to handle initializing the lazy collection outside of the session/transaction is in the PersistentCollection impl. But since that is null, we cannot load it
|