Uses of Interface
org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
Packages that use EmbeddableInitializer
Package
Description
Defines domain result graphs.
-
Uses of EmbeddableInitializer in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return EmbeddableInitializerModifier and TypeMethodDescriptiondefault @Nullable EmbeddableInitializer<?>
Initializer.asEmbeddableInitializer()
A utility method to avoid casting explicitly to EmbeddableInitializer -
Uses of EmbeddableInitializer in org.hibernate.sql.results.graph.embeddable
Methods in org.hibernate.sql.results.graph.embeddable that return EmbeddableInitializerModifier and TypeMethodDescriptiondefault EmbeddableInitializer<?>
EmbeddableInitializer.asEmbeddableInitializer()
-
Uses of EmbeddableInitializer in org.hibernate.sql.results.graph.embeddable.internal
Classes in org.hibernate.sql.results.graph.embeddable.internal that implement EmbeddableInitializerModifier and TypeClassDescriptionclass
An initializer for an embeddable that is mapped as aggregate e.g.class
class
Fields in org.hibernate.sql.results.graph.embeddable.internal declared as EmbeddableInitializerModifier and TypeFieldDescriptionprotected final EmbeddableInitializer<InitializerData>
EmbeddableAssembler.initializer
Methods in org.hibernate.sql.results.graph.embeddable.internal that return EmbeddableInitializerModifier and TypeMethodDescriptionAggregateEmbeddableFetchImpl.createInitializer
(AggregateEmbeddableFetchImpl resultGraphNode, InitializerParent<?> parent, AssemblerCreationState creationState) AggregateEmbeddableFetchImpl.createInitializer
(InitializerParent<?> parent, AssemblerCreationState creationState) EmbeddableFetchImpl.createInitializer
(InitializerParent<?> parent, AssemblerCreationState creationState) EmbeddableForeignKeyResultImpl.createInitializer
(InitializerParent<?> parent, AssemblerCreationState creationState) NonAggregatedIdentifierMappingFetch.createInitializer
(InitializerParent<?> parent, AssemblerCreationState creationState) EmbeddableAssembler.getInitializer()
Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type EmbeddableInitializer