Class CollectionLoaderNamedQuery
java.lang.Object
org.hibernate.loader.ast.internal.CollectionLoaderNamedQuery
- All Implemented Interfaces:
CollectionLoader
,Loader
-
Constructor Summary
ConstructorDescriptionCollectionLoaderNamedQuery
(CollectionPersister persister, NamedQueryMemento<?> namedQueryMemento) -
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
-
CollectionLoaderNamedQuery
public CollectionLoaderNamedQuery(CollectionPersister persister, NamedQueryMemento<?> namedQueryMemento)
-
-
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
-