HHH-14474 Method AbstractEntityPersister#getAppropriateUniqueKeyLoader also need to change in protected
This commit is contained in:
parent
17bffb08a5
commit
eb639a2d95
|
@ -2511,7 +2511,7 @@ public abstract class AbstractEntityPersister
|
|||
&& !loadQueryInfluencers.hasEnabledFetchProfiles();
|
||||
}
|
||||
|
||||
private UniqueEntityLoader getAppropriateUniqueKeyLoader(
|
||||
protected UniqueEntityLoader getAppropriateUniqueKeyLoader(
|
||||
String propertyName,
|
||||
SharedSessionContractImplementor session) {
|
||||
LoadQueryInfluencers loadQueryInfluencers = session.getLoadQueryInfluencers();
|
||||
|
|
Loading…
Reference in New Issue