HHH-16230 Wrong data in self-reference using L2C and BatchSize
This commit is contained in:
parent
ced18509de
commit
353d24c7a2
|
@ -84,6 +84,7 @@ public abstract class AbstractBatchEntitySelectFetchInitializer extends Abstract
|
||||||
@Override
|
@Override
|
||||||
public void finishUpRow(RowProcessingState rowProcessingState) {
|
public void finishUpRow(RowProcessingState rowProcessingState) {
|
||||||
entityInstance = null;
|
entityInstance = null;
|
||||||
|
entityKey = null;
|
||||||
clearResolutionListeners();
|
clearResolutionListeners();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue