fixed usage of `AbstractEntityPersister#staticFetchableList`
This commit is contained in:
parent
520c8f2004
commit
cf09e47d40
|
@ -6463,7 +6463,6 @@ public abstract class AbstractEntityPersister
|
||||||
EntityMappingType treatTargetType) {
|
EntityMappingType treatTargetType) {
|
||||||
if ( treatTargetType == null ) {
|
if ( treatTargetType == null ) {
|
||||||
getStaticFetchableList().forEach( fetchableConsumer );
|
getStaticFetchableList().forEach( fetchableConsumer );
|
||||||
staticFetchableList.forEach( fetchableConsumer );
|
|
||||||
// EARLY EXIT!!!
|
// EARLY EXIT!!!
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue