Class ReactiveCollectionLoaderNamedQuery
java.lang.Object
org.hibernate.reactive.loader.ast.internal.ReactiveCollectionLoaderNamedQuery
- All Implemented Interfaces:
org.hibernate.loader.ast.spi.CollectionLoader,org.hibernate.loader.ast.spi.Loader,ReactiveCollectionLoader
- See Also:
-
CollectionLoaderNamedQuery
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveCollectionLoaderNamedQuery(org.hibernate.persister.collection.CollectionPersister persister, org.hibernate.query.named.NamedQueryMemento namedQueryMemento) -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.metamodel.mapping.PluralAttributeMappingCompletionStage<org.hibernate.collection.spi.PersistentCollection<?>>reactiveLoad(Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session) Load a collection by its key (not necessarily the same as its owner's PK).Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.reactive.loader.ast.internal.ReactiveCollectionLoader
load
-
Constructor Details
-
ReactiveCollectionLoaderNamedQuery
public ReactiveCollectionLoaderNamedQuery(org.hibernate.persister.collection.CollectionPersister persister, org.hibernate.query.named.NamedQueryMemento namedQueryMemento)
-
-
Method Details
-
getLoadable
public org.hibernate.metamodel.mapping.PluralAttributeMapping getLoadable()- Specified by:
getLoadablein interfaceorg.hibernate.loader.ast.spi.CollectionLoader- Specified by:
getLoadablein interfaceorg.hibernate.loader.ast.spi.Loader- Specified by:
getLoadablein interfaceReactiveCollectionLoader
-