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 void
AbstractEmbeddableInitializer. initializeAssemblers(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>
Methods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type EmbeddableResultGraphNode Modifier and Type Method Description protected void
AggregateEmbeddableFetchInitializer. initializeAssemblers(EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, EmbeddableMappingType embeddableTypeDescriptor)
protected void
AggregateEmbeddableResultInitializer. initializeAssemblers(EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, EmbeddableMappingType embeddableTypeDescriptor)
Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type EmbeddableResultGraphNode Constructor Description AggregateEmbeddableFetchInitializer(FetchParentAccess fetchParentAccess, EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, SqlSelection structSelection)
AggregateEmbeddableResultInitializer(FetchParentAccess fetchParentAccess, EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, SqlSelection structSelection)
EmbeddableFetchInitializer(FetchParentAccess fetchParentAccess, EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState)
EmbeddableResultInitializer(EmbeddableResultGraphNode resultDescriptor, FetchParentAccess parentAccess, AssemblerCreationState creationState)
-