Package org.hibernate.loader.ast.spi
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 org.hibernate.loader.ast.spi.SingleEntityLoader
getLoadable
-
Method Details