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, getResultVariableMethods inherited from class org.hibernate.sql.results.graph.AbstractFetchParent
afterInitialize, collectValueIndexesToCache, containsCollectionFetches, findFetch, getFetches, getNavigablePath, hasJoinFetches, resetFetchesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.sql.results.graph.DomainResultGraphNode
appliesToMethods inherited from interface org.hibernate.sql.results.graph.embeddable.EmbeddableResultGraphNode
getNavigablePathMethods 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:
createInitializerin interfaceInitializerProducer<T>- Overrides:
createInitializerin classEmbeddableResultImpl<T>
-