Class SingleUniqueKeyEntityLoaderStandard<T>
java.lang.Object
org.hibernate.loader.ast.internal.SingleUniqueKeyEntityLoaderStandard<T>
- All Implemented Interfaces:
EntityLoader
,Loader
,SingleEntityLoader<T>
,SingleUniqueKeyEntityLoader<T>
public class SingleUniqueKeyEntityLoaderStandard<T>
extends Object
implements SingleUniqueKeyEntityLoader<T>
-
Constructor Summary
ConstructorsConstructorDescriptionSingleUniqueKeyEntityLoaderStandard
(EntityMappingType entityDescriptor, SingularAttributeMapping uniqueKeyAttribute, LoadQueryInfluencers loadQueryInfluencers) -
Method Summary
Modifier and TypeMethodDescriptionThe value-mapping loaded by this loaderload
(Object ukValue, LockOptions lockOptions, Boolean readOnly, SharedSessionContractImplementor session) Load by unique key valueresolveId
(Object ukValue, SharedSessionContractImplementor session) Resolve the matching id
-
Constructor Details
-
SingleUniqueKeyEntityLoaderStandard
public SingleUniqueKeyEntityLoaderStandard(EntityMappingType entityDescriptor, SingularAttributeMapping uniqueKeyAttribute, LoadQueryInfluencers loadQueryInfluencers)
-
-
Method Details
-
getLoadable
Description copied from interface:Loader
The value-mapping loaded by this loader- Specified by:
getLoadable
in interfaceEntityLoader
- Specified by:
getLoadable
in interfaceLoader
- Specified by:
getLoadable
in interfaceSingleEntityLoader<T>
-