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
,InitializerProducer<EmbeddableResultImpl<T>>
-
Constructor Summary
ConstructorsConstructorDescriptionNonAggregatedIdentifierMappingResult
(NavigablePath navigablePath, NonAggregatedIdentifierMapping modelPart, String resultVariable, DomainResultCreationState creationState) -
Method Summary
Modifier and TypeMethodDescriptionInitializer<?>
createInitializer
(EmbeddableResultImpl<T> resultGraphNode, InitializerParent<?> parent, AssemblerCreationState creationState) Methods inherited from class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableResultImpl
containsAnyNonScalarResults, createInitializer, createResultAssembler, getFetchContainer, getReferencedMappingContainer, getReferencedMappingType, getResultJavaType, getResultVariable
Methods inherited from class org.hibernate.sql.results.graph.AbstractFetchParent
afterInitialize, collectValueIndexesToCache, 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
collectValueIndexesToCache, containsCollectionFetches, findFetch, generateFetchableFetch, getCollectionFetchesCount, getFetches, getReferencedModePart, getRoot, hasJoinFetches, resolveNavigablePath
-
Constructor Details
-
Method Details
-
createInitializer
public Initializer<?> createInitializer(EmbeddableResultImpl<T> resultGraphNode, InitializerParent<?> parent, AssemblerCreationState creationState) - Specified by:
createInitializer
in interfaceInitializerProducer<T>
- Overrides:
createInitializer
in classEmbeddableResultImpl<T>
-