HHH-13448 Another inner loop retrieving PRE_LOAD listenerd in AbstractRowReader

This commit is contained in:
Sanne Grinovero 2019-07-01 19:50:40 +01:00
parent 1371958357
commit 7e9471582a
1 changed files with 2 additions and 1 deletions

View File

@ -256,7 +256,8 @@ public abstract class AbstractRowReader implements RowReader {
registration.getInstance(),
context.isReadOnly(),
session,
preLoadEvent
preLoadEvent,
listeners
);
}
}