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