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