Class ReactiveEntityResultJoinedSubclassImpl

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

    public class ReactiveEntityResultJoinedSubclassImpl
    extends org.hibernate.sql.results.graph.entity.internal.EntityResultJoinedSubclassImpl
    See Also:
    EntityResultJoinedSubclassImpl
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveEntityResultJoinedSubclassImpl​(org.hibernate.spi.NavigablePath navigablePath, org.hibernate.metamodel.mapping.EntityValuedModelPart entityValuedModelPart, org.hibernate.sql.ast.tree.from.TableGroup tableGroup, java.lang.String resultVariable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hibernate.sql.results.graph.DomainResultAssembler createResultAssembler​(org.hibernate.sql.results.graph.FetchParentAccess parentAccess, org.hibernate.sql.results.graph.AssemblerCreationState creationState)  
      • Methods inherited from class org.hibernate.sql.results.graph.entity.internal.EntityResultImpl

        getLockMode, getReferencedMappingType, getReferencedModePart, getResultVariable, resolveNavigablePath, toString
      • Methods inherited from class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode

        afterInitialize, getDiscriminatorFetch, getEntityValuedModelPart, getIdentifierFetch, getReferencedMappingContainer, getResultJavaType, getRowIdResult
      • Methods inherited from class org.hibernate.sql.results.graph.AbstractFetchParent

        containsCollectionFetches, findFetch, getFetchContainer, getFetches, getNavigablePath, hasJoinFetches, resetFetches
      • Methods inherited from class java.lang.Object

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

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

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

      • ReactiveEntityResultJoinedSubclassImpl

        public ReactiveEntityResultJoinedSubclassImpl​(org.hibernate.spi.NavigablePath navigablePath,
                                                      org.hibernate.metamodel.mapping.EntityValuedModelPart entityValuedModelPart,
                                                      org.hibernate.sql.ast.tree.from.TableGroup tableGroup,
                                                      java.lang.String resultVariable)
    • Method Detail

      • createResultAssembler

        public org.hibernate.sql.results.graph.DomainResultAssembler createResultAssembler​(org.hibernate.sql.results.graph.FetchParentAccess parentAccess,
                                                                                           org.hibernate.sql.results.graph.AssemblerCreationState creationState)
        Specified by:
        createResultAssembler in interface org.hibernate.sql.results.graph.DomainResult
        Overrides:
        createResultAssembler in class org.hibernate.sql.results.graph.entity.internal.EntityResultJoinedSubclassImpl