Interface SingleEntityLoader<T>
- All Superinterfaces:
EntityLoader, Loader
- All Known Subinterfaces:
EntityBatchLoader<T>, SingleIdEntityLoader<T>, SingleUniqueKeyEntityLoader<T>
Loader for loading a single entity by primary or unique key
-
Method Summary
Modifier and TypeMethodDescriptionThe value-mapping loaded by this loaderload(Object key, LockOptions lockOptions, Boolean readOnly, SharedSessionContractImplementor session) Load an entity by a primary or unique key value.
-
Method Details
-
getLoadable
EntityMappingType getLoadable()Description copied from interface:LoaderThe value-mapping loaded by this loader- Specified by:
getLoadablein interfaceEntityLoader- Specified by:
getLoadablein interfaceLoader
-