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

    Constructors
    Constructor
    Description
    ReactiveCollectionLoaderSubSelectFetch(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 Type
    Method
    Description
    CompletionStage<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, load

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.hibernate.reactive.loader.ast.internal.ReactiveCollectionLoader

    getLoadable, load
  • Constructor Details

    • ReactiveCollectionLoaderSubSelectFetch

      public ReactiveCollectionLoaderSubSelectFetch(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 Details