Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 9591bbb1851785f6df9231fe57c5856e906aef4a
https://github.com/hibernate/hibernate-orm/commit/9591bbb1851785f6df9231f...
Author: Chris Cranford <chris(a)hibernate.org>
Date: 2021-03-08 (Mon, 08 Mar 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/sql/results/graph/collection/internal/DelayedCollectionInitializer.java
Log Message:
-----------
Fix NPE with DelayedCollectionInitializer
Since the collectionInstance has not been resolved when asked to resolve the
collection key, provided an overridden method to not register the resolution
listener to avoid the NPE.