HHH-13587 StatefulPersistenceContext#unownedCollections was almost fully lazy already
This commit is contained in:
parent
a11359524b
commit
1101727a4f
|
@ -255,9 +255,7 @@ public class StatefulPersistenceContext implements PersistenceContext {
|
|||
entitySnapshotsByKey.clear();
|
||||
collectionsByKey.clear();
|
||||
collectionEntries.clear();
|
||||
if ( unownedCollections != null ) {
|
||||
unownedCollections.clear();
|
||||
}
|
||||
unownedCollections = null;
|
||||
proxiesByKey = null;
|
||||
nullifiableEntityKeys = null;
|
||||
if ( batchFetchQueue != null ) {
|
||||
|
|
Loading…
Reference in New Issue