Class EntityResultJoinedSubclassImpl
- java.lang.Object
-
- org.hibernate.sql.results.graph.AbstractFetchParent
-
- org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
-
- org.hibernate.sql.results.graph.entity.internal.EntityResultImpl
-
- org.hibernate.sql.results.graph.entity.internal.EntityResultJoinedSubclassImpl
-
- All Implemented Interfaces:
DomainResult
,DomainResultGraphNode
,EntityResult
,EntityResultGraphNode
,FetchParent
public class EntityResultJoinedSubclassImpl extends EntityResultImpl
-
-
Constructor Summary
Constructors Constructor Description EntityResultJoinedSubclassImpl(NavigablePath navigablePath, EntityValuedModelPart entityValuedModelPart, TableGroup tableGroup, String resultVariable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomainResultAssembler
createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
Create an assembler (and any initializers) for this result.-
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, getFetchContainer, getIdentifierFetch, getReferencedMappingContainer, getResultJavaType, getRowIdResult
-
Methods inherited from class org.hibernate.sql.results.graph.AbstractFetchParent
containsCollectionFetches, findFetch, 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
-
EntityResultJoinedSubclassImpl
public EntityResultJoinedSubclassImpl(NavigablePath navigablePath, EntityValuedModelPart entityValuedModelPart, TableGroup tableGroup, String resultVariable)
-
-
Method Detail
-
createResultAssembler
public DomainResultAssembler createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
Description copied from interface:DomainResult
Create an assembler (and any initializers) for this result.- Specified by:
createResultAssembler
in interfaceDomainResult
- Overrides:
createResultAssembler
in classEntityResultImpl
-
-