Class ReactiveEntityFetchJoinedImpl

  • 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 ReactiveEntityFetchJoinedImpl
    extends org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveEntityFetchJoinedImpl​(org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl entityFetch)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.hibernate.sql.results.graph.Initializer buildEntityJoinedFetchInitializer​(org.hibernate.sql.results.graph.entity.EntityResultGraphNode resultDescriptor, org.hibernate.sql.results.graph.entity.EntityValuedFetchable referencedFetchable, org.hibernate.spi.NavigablePath navigablePath, org.hibernate.LockMode lockMode, org.hibernate.annotations.NotFoundAction notFoundAction, org.hibernate.sql.results.graph.DomainResult<?> keyResult, org.hibernate.sql.results.graph.Fetch identifierFetch, org.hibernate.sql.results.graph.Fetch discriminatorFetch, org.hibernate.sql.results.graph.AssemblerCreationState creationState)  
      • Methods inherited from class org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl

        getEntityInitializer, getEntityResult, getTiming, hasTableGroup
      • Methods inherited from class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch

        buildEntityAssembler, createAssembler, getEntityValuedModelPart, getFetchedMapping, getFetchParent, getReferencedMappingContainer, getReferencedMappingType, getReferencedModePart
      • Methods inherited from class org.hibernate.sql.results.graph.AbstractFetchParent

        afterInitialize, containsCollectionFetches, findFetch, getFetchContainer, getFetches, getNavigablePath, getResultJavaType, hasJoinFetches, resetFetches
      • 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, getNavigablePath, getResultJavaType
      • Methods inherited from interface org.hibernate.sql.results.graph.Fetch

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

        containsCollectionFetches, findFetch, generateFetchableFetch, getFetches, getRoot, hasJoinFetches, resolveNavigablePath
    • Constructor Detail

      • ReactiveEntityFetchJoinedImpl

        public ReactiveEntityFetchJoinedImpl​(org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl entityFetch)
    • Method Detail

      • buildEntityJoinedFetchInitializer

        protected org.hibernate.sql.results.graph.Initializer buildEntityJoinedFetchInitializer​(org.hibernate.sql.results.graph.entity.EntityResultGraphNode resultDescriptor,
                                                                                                org.hibernate.sql.results.graph.entity.EntityValuedFetchable referencedFetchable,
                                                                                                org.hibernate.spi.NavigablePath navigablePath,
                                                                                                org.hibernate.LockMode lockMode,
                                                                                                org.hibernate.annotations.NotFoundAction notFoundAction,
                                                                                                org.hibernate.sql.results.graph.DomainResult<?> keyResult,
                                                                                                org.hibernate.sql.results.graph.Fetch identifierFetch,
                                                                                                org.hibernate.sql.results.graph.Fetch discriminatorFetch,
                                                                                                org.hibernate.sql.results.graph.AssemblerCreationState creationState)
        Overrides:
        buildEntityJoinedFetchInitializer in class org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl