Class CollectionLoaderSingleKey
java.lang.Object
org.hibernate.loader.ast.internal.CollectionLoaderSingleKey
- All Implemented Interfaces:
CollectionLoader
,Loader
Main implementation of CollectionLoader for handling a load of a single collection-key
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionLoaderSingleKey
(PluralAttributeMapping attributeMapping, LoadQueryInfluencers influencers, SessionFactoryImplementor sessionFactory) -
Method Summary
Modifier and TypeMethodDescriptionThe value-mapping loaded by this loaderload
(Object key, SharedSessionContractImplementor session) Load a collection by its key (not necessarily the same as its owner's PK).
-
Constructor Details
-
CollectionLoaderSingleKey
public CollectionLoaderSingleKey(PluralAttributeMapping attributeMapping, LoadQueryInfluencers influencers, SessionFactoryImplementor sessionFactory)
-
-
Method Details
-
getLoadable
Description copied from interface:Loader
The value-mapping loaded by this loader- Specified by:
getLoadable
in interfaceCollectionLoader
- Specified by:
getLoadable
in interfaceLoader
-
getAttributeMapping
-
getSqlAst
-
getJdbcParameters
-