HHH-13448 Another inner loop retrieving PRE_LOAD listenerd in AbstractRowReader
This commit is contained in:
parent
1371958357
commit
7e9471582a
|
@ -256,7 +256,8 @@ public abstract class AbstractRowReader implements RowReader {
|
|||
registration.getInstance(),
|
||||
context.isReadOnly(),
|
||||
session,
|
||||
preLoadEvent
|
||||
preLoadEvent,
|
||||
listeners
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue