Interface SingleUniqueKeyEntityLoader<T>
- All Superinterfaces:
EntityLoader, Loader, SingleEntityLoader<T>
Loader subtype for loading an entity by a single unique-key value.
-
Method Summary
Modifier and TypeMethodDescriptionload(Object ukValue, LockOptions lockOptions, Boolean readOnly, SharedSessionContractImplementor session) Load by unique key valueresolveId(Object key, SharedSessionContractImplementor session) Resolve the matching idMethods inherited from interface SingleEntityLoader
getLoadable
-
Method Details