Class ReactiveCollectionDomainResult<T>

  • All Implemented Interfaces:
    org.hibernate.sql.results.graph.collection.CollectionResultGraphNode, org.hibernate.sql.results.graph.DomainResult, org.hibernate.sql.results.graph.DomainResultGraphNode, org.hibernate.sql.results.graph.FetchParent

    public class ReactiveCollectionDomainResult<T>
    extends org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveCollectionDomainResult​(org.hibernate.spi.NavigablePath loadingPath, org.hibernate.metamodel.mapping.PluralAttributeMapping loadingAttribute, java.lang.String resultVariable, org.hibernate.sql.ast.tree.from.TableGroup tableGroup, org.hibernate.sql.results.graph.DomainResultCreationState creationState)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hibernate.sql.results.graph.Fetch generateFetchableFetch​(org.hibernate.sql.results.graph.Fetchable fetchable, org.hibernate.spi.NavigablePath fetchablePath, org.hibernate.engine.FetchTiming fetchTiming, boolean selected, java.lang.String resultVariable, org.hibernate.sql.results.graph.DomainResultCreationState creationState)  
      • Methods inherited from class org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult

        containsAnyNonScalarResults, containsCollectionFetches, createResultAssembler, findFetch, getFetches, getNavigablePath, getReferencedMappingContainer, getReferencedMappingType, getResultJavaType, getResultVariable, hasJoinFetches
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.hibernate.sql.results.graph.DomainResultGraphNode

        appliesTo
      • Methods inherited from interface org.hibernate.sql.results.graph.FetchParent

        getReferencedModePart, getRoot, resolveNavigablePath
    • Constructor Detail

      • ReactiveCollectionDomainResult

        public ReactiveCollectionDomainResult​(org.hibernate.spi.NavigablePath loadingPath,
                                              org.hibernate.metamodel.mapping.PluralAttributeMapping loadingAttribute,
                                              java.lang.String resultVariable,
                                              org.hibernate.sql.ast.tree.from.TableGroup tableGroup,
                                              org.hibernate.sql.results.graph.DomainResultCreationState creationState)
    • Method Detail

      • generateFetchableFetch

        public org.hibernate.sql.results.graph.Fetch generateFetchableFetch​(org.hibernate.sql.results.graph.Fetchable fetchable,
                                                                            org.hibernate.spi.NavigablePath fetchablePath,
                                                                            org.hibernate.engine.FetchTiming fetchTiming,
                                                                            boolean selected,
                                                                            java.lang.String resultVariable,
                                                                            org.hibernate.sql.results.graph.DomainResultCreationState creationState)