Class ReactiveCollectionDomainResult

java.lang.Object
org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult
org.hibernate.reactive.sql.results.graph.collection.internal.ReactiveCollectionDomainResult
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, org.hibernate.sql.results.graph.InitializerProducer<org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult>

public class ReactiveCollectionDomainResult extends org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    ReactiveCollectionDomainResult.ReactiveCollectionInitializerAdapter<T extends org.hibernate.sql.results.graph.InitializerData>
     
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    org.hibernate.sql.results.graph.collection.CollectionInitializer<?>
    createInitializer(org.hibernate.sql.results.graph.InitializerParent<?> parent, org.hibernate.sql.results.graph.AssemblerCreationState creationState)
     
    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, String resultVariable, org.hibernate.sql.results.graph.DomainResultCreationState creationState)
     

    Methods inherited from class org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult

    containsAnyNonScalarResults, containsCollectionFetches, createInitializer, 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

    collectValueIndexesToCache, getCollectionFetchesCount, getReferencedModePart, getRoot, resolveNavigablePath
  • Constructor Details

    • ReactiveCollectionDomainResult

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

    • 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, String resultVariable, org.hibernate.sql.results.graph.DomainResultCreationState creationState)
    • createInitializer

      public org.hibernate.sql.results.graph.collection.CollectionInitializer<?> createInitializer(org.hibernate.sql.results.graph.InitializerParent<?> parent, org.hibernate.sql.results.graph.AssemblerCreationState creationState)
      Specified by:
      createInitializer in interface org.hibernate.sql.results.graph.FetchParent
      Overrides:
      createInitializer in class org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult