Package org.hibernate.loader.ast.spi
Interface CollectionLoader
- All Superinterfaces:
Loader
- All Known Subinterfaces:
CollectionBatchLoader
- All Known Implementing Classes:
AbstractCollectionBatchLoader
,CollectionBatchLoaderArrayParam
,CollectionBatchLoaderInPredicate
,CollectionLoaderNamedQuery
,CollectionLoaderSingleKey
,CollectionLoaderSubSelectFetch
A loader (initialization) for collections
-
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).
-
Method Details
-
getLoadable
PluralAttributeMapping getLoadable()Description copied from interface:Loader
The value-mapping loaded by this loader- Specified by:
getLoadable
in interfaceLoader
-