Class ReactiveEagerCollectionFetch

  • All Implemented Interfaces:
    org.hibernate.sql.results.graph.DomainResultGraphNode, org.hibernate.sql.results.graph.Fetch, org.hibernate.sql.results.graph.FetchParent

    public class ReactiveEagerCollectionFetch
    extends org.hibernate.sql.results.graph.collection.internal.EagerCollectionFetch
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveEagerCollectionFetch​(org.hibernate.spi.NavigablePath fetchedPath, org.hibernate.metamodel.mapping.PluralAttributeMapping fetchedAttribute, org.hibernate.sql.ast.tree.from.TableGroup collectionTableGroup, org.hibernate.sql.results.graph.FetchParent fetchParent, 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.EagerCollectionFetch

        containsCollectionFetches, createAssembler, findFetch, getFetches, getReferencedMappingContainer, getReferencedMappingType, getResultJavaType, getTiming, hasJoinFetches, hasTableGroup
      • Methods inherited from class org.hibernate.sql.results.graph.collection.internal.CollectionFetch

        getFetchedMapping, getFetchParent, getNavigablePath
      • 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.Fetch

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

        getNavigablePath, getReferencedModePart, getRoot, resolveNavigablePath
    • Constructor Detail

      • ReactiveEagerCollectionFetch

        public ReactiveEagerCollectionFetch​(org.hibernate.spi.NavigablePath fetchedPath,
                                            org.hibernate.metamodel.mapping.PluralAttributeMapping fetchedAttribute,
                                            org.hibernate.sql.ast.tree.from.TableGroup collectionTableGroup,
                                            org.hibernate.sql.results.graph.FetchParent fetchParent,
                                            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)