Uses of Interface
org.hibernate.sql.results.graph.embeddable.EmbeddableResultGraphNode
Packages that use EmbeddableResultGraphNode
Package
Description
Defines domain result graphs.
-
Uses of EmbeddableResultGraphNode in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph with parameters of type EmbeddableResultGraphNodeModifier and TypeMethodDescriptiondefault BasicFetch<?>
DomainResultCreationState.visitEmbeddableDiscriminatorFetch
(EmbeddableResultGraphNode fetchParent, boolean nested) -
Uses of EmbeddableResultGraphNode in org.hibernate.sql.results.graph.embeddable
Subinterfaces of EmbeddableResultGraphNode in org.hibernate.sql.results.graph.embeddableModifier and TypeInterfaceDescriptioninterface
Specialized EmbeddableResultGraphNode for cases where we have an actual embeddable class.interface
DomainResult specialization for embeddable-valued results -
Uses of EmbeddableResultGraphNode in org.hibernate.sql.results.graph.embeddable.internal
Classes in org.hibernate.sql.results.graph.embeddable.internal that implement EmbeddableResultGraphNodeModifier and TypeClassDescriptionclass
A Fetch for an embeddable that is mapped as aggregate e.g.class
A Result for an embeddable that is mapped as aggregate e.g.class
class
class
class
class
class
Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type EmbeddableResultGraphNodeModifierConstructorDescriptionEmbeddableInitializerImpl
(EmbeddableResultGraphNode resultDescriptor, BasicFetch<?> discriminatorFetch, InitializerParent<?> parent, AssemblerCreationState creationState, boolean isResultInitializer) NonAggregatedIdentifierMappingInitializer
(EmbeddableResultGraphNode resultDescriptor, InitializerParent<?> parent, AssemblerCreationState creationState, boolean isResultInitializer) protected
NonAggregatedIdentifierMappingInitializer
(EmbeddableResultGraphNode resultDescriptor, InitializerParent<?> parent, AssemblerCreationState creationState, boolean isResultInitializer, Function<Fetch, Fetch> fetchConverter)