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 TypeClassDescriptionclassAn initializer for an embeddable that is mapped as aggregate e.g.classclassFields in org.hibernate.sql.results.graph.embeddable.internal declared as EmbeddableInitializerModifier and TypeFieldDescriptionprotected final EmbeddableInitializer<InitializerData>EmbeddableAssembler.initializerMethods 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