hhh-7112
This commit is contained in:
parent
32d36f6ea9
commit
2036d1479f
|
@ -490,4 +490,8 @@ public class NaturalIdXrefDelegate {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void clear() {
|
||||
naturalIdResolutionCacheMap.clear();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -256,6 +256,7 @@ public class StatefulPersistenceContext implements PersistenceContext {
|
|||
if ( loadContexts != null ) {
|
||||
loadContexts.cleanup();
|
||||
}
|
||||
naturalIdXrefDelegate.clear();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue