Uses of Interface
org.hibernate.sql.results.graph.embeddable.EmbeddableResultGraphNode
-
Packages that use EmbeddableResultGraphNode Package Description org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.embeddable.internal -
-
Uses of EmbeddableResultGraphNode in org.hibernate.sql.results.graph.embeddable
Subinterfaces of EmbeddableResultGraphNode in org.hibernate.sql.results.graph.embeddable Modifier and Type Interface Description interface
EmbeddableResult<T>
DomainResult specialization for embeddable-valued resultsMethods in org.hibernate.sql.results.graph.embeddable with parameters of type EmbeddableResultGraphNode Modifier and Type Method Description protected DomainResultAssembler<?>[]
AbstractEmbeddableInitializer. createAssemblers(EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, EmbeddableMappingType embeddableTypeDescriptor)
Constructors in org.hibernate.sql.results.graph.embeddable with parameters of type EmbeddableResultGraphNode Constructor Description AbstractEmbeddableInitializer(EmbeddableResultGraphNode resultDescriptor, FetchParentAccess fetchParentAccess, AssemblerCreationState creationState)
-
Uses of EmbeddableResultGraphNode in org.hibernate.sql.results.graph.embeddable.internal
Classes in org.hibernate.sql.results.graph.embeddable.internal that implement EmbeddableResultGraphNode Modifier and Type Class Description class
AggregateEmbeddableFetchImpl
A Fetch for an embeddable that is mapped as aggregate e.g.class
AggregateEmbeddableResultImpl<T>
A Result for an embeddable that is mapped as aggregate e.g.class
EmbeddableExpressionResultImpl<T>
class
EmbeddableFetchImpl
class
EmbeddableForeignKeyResultImpl<T>
class
EmbeddableResultImpl<T>
class
NonAggregatedIdentifierMappingFetch
class
NonAggregatedIdentifierMappingResult<T>
Methods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type EmbeddableResultGraphNode Modifier and Type Method Description protected Initializer
EmbeddableFetchImpl. buildEmbeddableFetchInitializer(FetchParentAccess parentAccess, EmbeddableResultGraphNode embeddableFetch, AssemblerCreationState creationState)
protected Initializer
NonAggregatedIdentifierMappingFetch. buildEmbeddableFetchInitializer(FetchParentAccess parentAccess, EmbeddableResultGraphNode embeddableFetch, AssemblerCreationState creationState)
protected static DomainResultAssembler<?>[]
AbstractNonAggregatedIdentifierMappingInitializer. createAssemblers(FetchParentAccess parentAccess, EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, EmbeddableMappingType embeddableTypeDescriptor)
protected DomainResultAssembler<?>[]
AggregateEmbeddableFetchInitializer. createAssemblers(EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, EmbeddableMappingType embeddableTypeDescriptor)
protected DomainResultAssembler<?>[]
AggregateEmbeddableResultInitializer. createAssemblers(EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, EmbeddableMappingType embeddableTypeDescriptor)
-