Uses of Interface
org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
-
Packages that use EmbeddableInitializer Package Description org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.embeddable.internal -
-
Uses of EmbeddableInitializer in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return EmbeddableInitializer Modifier and Type Method Description default @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 EmbeddableInitializer Modifier and Type Method Description default 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 EmbeddableInitializer Modifier and Type Class Description classAggregateEmbeddableInitializerImplAn initializer for an embeddable that is mapped as aggregate e.g.classEmbeddableInitializerImplclassNonAggregatedIdentifierMappingInitializerFields in org.hibernate.sql.results.graph.embeddable.internal declared as EmbeddableInitializer Modifier and Type Field Description protected EmbeddableInitializer<InitializerData>EmbeddableAssembler. initializerMethods in org.hibernate.sql.results.graph.embeddable.internal that return EmbeddableInitializer Modifier and Type Method Description EmbeddableInitializer<?>AggregateEmbeddableFetchImpl. createInitializer(AggregateEmbeddableFetchImpl resultGraphNode, InitializerParent<?> parent, AssemblerCreationState creationState)EmbeddableInitializer<?>AggregateEmbeddableFetchImpl. createInitializer(InitializerParent<?> parent, AssemblerCreationState creationState)EmbeddableInitializer<?>EmbeddableFetchImpl. createInitializer(InitializerParent<?> parent, AssemblerCreationState creationState)EmbeddableInitializer<?>EmbeddableForeignKeyResultImpl. createInitializer(InitializerParent<?> parent, AssemblerCreationState creationState)EmbeddableInitializer<?>NonAggregatedIdentifierMappingFetch. createInitializer(InitializerParent<?> parent, AssemblerCreationState creationState)EmbeddableInitializer<?>EmbeddableAssembler. getInitializer()Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type EmbeddableInitializer Constructor Description EmbeddableAssembler(EmbeddableInitializer<?> initializer)
-