Class ReactiveEntityFetchSelectImpl

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

    public class ReactiveEntityFetchSelectImpl
    extends org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveEntityFetchSelectImpl​(org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl original)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.hibernate.sql.results.graph.DomainResultAssembler<?> buildEntityAssembler​(org.hibernate.sql.results.graph.Initializer initializer)  
      protected org.hibernate.sql.results.graph.Initializer buildEntitySelectFetchInitializer​(org.hibernate.sql.results.graph.FetchParentAccess parentAccess, org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping fetchedMapping, org.hibernate.persister.entity.EntityPersister entityPersister, org.hibernate.sql.results.graph.DomainResult<?> keyResult, org.hibernate.spi.NavigablePath navigablePath, boolean selectByUniqueKey, org.hibernate.sql.results.graph.AssemblerCreationState creationState)  
      • Methods inherited from class org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl

        createAssembler, getTiming, hasTableGroup
      • Methods inherited from class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch

        containsCollectionFetches, findFetch, getEntityValuedModelPart, getFetchedMapping, getFetches, getFetchParent, getNavigablePath, getReferencedMappingType, 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.entity.EntityFetch

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

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

        generateFetchableFetch, getReferencedModePart, getRoot, resolveNavigablePath
    • Constructor Detail

      • ReactiveEntityFetchSelectImpl

        public ReactiveEntityFetchSelectImpl​(org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl original)
    • Method Detail

      • buildEntitySelectFetchInitializer

        protected org.hibernate.sql.results.graph.Initializer buildEntitySelectFetchInitializer​(org.hibernate.sql.results.graph.FetchParentAccess parentAccess,
                                                                                                org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping fetchedMapping,
                                                                                                org.hibernate.persister.entity.EntityPersister entityPersister,
                                                                                                org.hibernate.sql.results.graph.DomainResult<?> keyResult,
                                                                                                org.hibernate.spi.NavigablePath navigablePath,
                                                                                                boolean selectByUniqueKey,
                                                                                                org.hibernate.sql.results.graph.AssemblerCreationState creationState)
        Overrides:
        buildEntitySelectFetchInitializer in class org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl
      • buildEntityAssembler

        protected org.hibernate.sql.results.graph.DomainResultAssembler<?> buildEntityAssembler​(org.hibernate.sql.results.graph.Initializer initializer)
        Overrides:
        buildEntityAssembler in class org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl