Class NonAggregatedIdentifierMappingResult<T>
- java.lang.Object
-
- org.hibernate.sql.results.graph.AbstractFetchParent
-
- org.hibernate.sql.results.graph.embeddable.internal.EmbeddableResultImpl<T>
-
- org.hibernate.sql.results.graph.embeddable.internal.NonAggregatedIdentifierMappingResult<T>
-
- All Implemented Interfaces:
DomainResult<T>
,DomainResultGraphNode
,EmbeddableResult<T>
,EmbeddableResultGraphNode
,FetchParent
public class NonAggregatedIdentifierMappingResult<T> extends EmbeddableResultImpl<T>
-
-
Constructor Summary
Constructors Constructor Description NonAggregatedIdentifierMappingResult(NavigablePath navigablePath, NonAggregatedIdentifierMapping modelPart, String resultVariable, DomainResultCreationState creationState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomainResultAssembler<T>
createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
Create an assembler (and any initializers) for this result.-
Methods inherited from class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableResultImpl
containsAnyNonScalarResults, getFetchContainer, getReferencedMappingContainer, getReferencedMappingType, getResultJavaType, getResultVariable
-
Methods inherited from class org.hibernate.sql.results.graph.AbstractFetchParent
afterInitialize, containsCollectionFetches, findFetch, getFetches, getNavigablePath, 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.DomainResultGraphNode
appliesTo
-
Methods inherited from interface org.hibernate.sql.results.graph.embeddable.EmbeddableResultGraphNode
getNavigablePath
-
Methods inherited from interface org.hibernate.sql.results.graph.FetchParent
containsCollectionFetches, findFetch, generateFetchableFetch, getFetches, getReferencedModePart, getRoot, hasJoinFetches, resolveNavigablePath
-
-
-
-
Constructor Detail
-
NonAggregatedIdentifierMappingResult
public NonAggregatedIdentifierMappingResult(NavigablePath navigablePath, NonAggregatedIdentifierMapping modelPart, String resultVariable, DomainResultCreationState creationState)
-
-
Method Detail
-
createResultAssembler
public DomainResultAssembler<T> createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
Description copied from interface:DomainResult
Create an assembler (and any initializers) for this result.- Specified by:
createResultAssembler
in interfaceDomainResult<T>
- Overrides:
createResultAssembler
in classEmbeddableResultImpl<T>
-
-