Package org.hibernate.loader.ast.spi
Interface CollectionLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PluralAttributeMappinggetLoadable()The value-mapping loaded by this loaderPersistentCollection<?>load(Object key, SharedSessionContractImplementor session)Load a collection by its key (not necessarily the same as its owner's PK).
-
-
-
Method Detail
-
getLoadable
PluralAttributeMapping getLoadable()
Description copied from interface:LoaderThe value-mapping loaded by this loader- Specified by:
getLoadablein interfaceLoader
-
load
PersistentCollection<?> load(Object key, SharedSessionContractImplementor session)
Load a collection by its key (not necessarily the same as its owner's PK).
-
-