Class ReactiveCollectionLoaderSubSelectFetch
java.lang.Object
org.hibernate.loader.ast.internal.CollectionLoaderSubSelectFetch
org.hibernate.reactive.loader.ast.internal.ReactiveCollectionLoaderSubSelectFetch
- All Implemented Interfaces:
org.hibernate.loader.ast.spi.CollectionLoader,org.hibernate.loader.ast.spi.Loader,ReactiveCollectionLoader
public class ReactiveCollectionLoaderSubSelectFetch
extends org.hibernate.loader.ast.internal.CollectionLoaderSubSelectFetch
implements ReactiveCollectionLoader
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveCollectionLoaderSubSelectFetch(org.hibernate.metamodel.mapping.PluralAttributeMapping attributeMapping, org.hibernate.sql.results.graph.DomainResult cachedDomainResult, org.hibernate.engine.spi.SubselectFetch subselect, org.hibernate.engine.spi.SharedSessionContractImplementor session) -
Method Summary
Modifier and TypeMethodDescriptionCompletionStage<org.hibernate.collection.spi.PersistentCollection<?>>reactiveLoad(Object triggerKey, 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 org.hibernate.loader.ast.internal.CollectionLoaderSubSelectFetch
getLoadable, getSqlAst, loadMethods 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
getLoadable, load
-
Constructor Details
-
Method Details