HHH-16230 Wrong data in self-reference using L2C and BatchSize

This commit is contained in:
Andrea Boriero 2023-02-28 12:27:56 +01:00 committed by Christian Beikov
parent a8fb3cc8c0
commit 0d2e99a2e8
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ public abstract class AbstractBatchEntitySelectFetchInitializer extends Abstract
@Override
public void finishUpRow(RowProcessingState rowProcessingState) {
entityInstance = null;
entityKey = null;
clearResolutionListeners();
}