HHH-6974 - Add caching to new "load access" api for natural id loading
This commit is contained in:
parent
b0ba04d09b
commit
7a31958ce4
|
@ -262,7 +262,7 @@ public class PersisterClassProviderTest {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Serializable loadEntityIdByNaturalId(Map<String, ?> naturalIdParameters, LockOptions lockOptions,
|
||||
public Serializable loadEntityIdByNaturalId(Object[] naturalIdValues, LockOptions lockOptions,
|
||||
SessionImplementor session) {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue