mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 17:15:02 +00:00
HHH-13587 StatefulPersistenceContext#unownedCollections was almost fully lazy already
This commit is contained in:
parent
a11359524b
commit
1101727a4f
@ -255,9 +255,7 @@ public void clear() {
|
||||
entitySnapshotsByKey.clear();
|
||||
collectionsByKey.clear();
|
||||
collectionEntries.clear();
|
||||
if ( unownedCollections != null ) {
|
||||
unownedCollections.clear();
|
||||
}
|
||||
unownedCollections = null;
|
||||
proxiesByKey = null;
|
||||
nullifiableEntityKeys = null;
|
||||
if ( batchFetchQueue != null ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user