Class 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletionStage<org.hibernate.collection.spi.PersistentCollection<?>> reactiveLoad​(java.lang.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
    • Constructor Detail

      • 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 Detail

      • reactiveLoad

        public java.util.concurrent.CompletionStage<org.hibernate.collection.spi.PersistentCollection<?>> reactiveLoad​(java.lang.Object triggerKey,
                                                                                                                       org.hibernate.engine.spi.SharedSessionContractImplementor session)
        Description copied from interface: ReactiveCollectionLoader
        Load a collection by its key (not necessarily the same as its owner's PK).
        Specified by:
        reactiveLoad in interface ReactiveCollectionLoader