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 EmbeddableInitializerInitializer. asEmbeddableInitializer()A utility method to avoid casting explicitly to EmbeddableInitializer -
Uses of EmbeddableInitializer in org.hibernate.sql.results.graph.embeddable
Classes in org.hibernate.sql.results.graph.embeddable that implement EmbeddableInitializer Modifier and Type Class Description classAbstractEmbeddableInitializerMethods in org.hibernate.sql.results.graph.embeddable that return EmbeddableInitializer Modifier and Type Method Description default EmbeddableInitializerEmbeddableInitializer. asEmbeddableInitializer() -
Uses of EmbeddableInitializer in org.hibernate.sql.results.graph.embeddable.internal
Subinterfaces of EmbeddableInitializer in org.hibernate.sql.results.graph.embeddable.internal Modifier and Type Interface Description interfaceAggregateEmbeddableInitializerClasses in org.hibernate.sql.results.graph.embeddable.internal that implement EmbeddableInitializer Modifier and Type Class Description classAbstractNonAggregatedIdentifierMappingInitializerclassAggregateEmbeddableFetchInitializerAn initializer for an embeddable that is mapped as aggregate e.g.classAggregateEmbeddableResultInitializerAn initializer for an embeddable that is mapped as aggregate e.g.classEmbeddableFetchInitializerclassEmbeddableResultInitializerclassNonAggregatedIdentifierMappingFetchInitializerclassNonAggregatedIdentifierMappingResultInitializerFields in org.hibernate.sql.results.graph.embeddable.internal declared as EmbeddableInitializer Modifier and Type Field Description protected EmbeddableInitializerEmbeddableAssembler. initializerConstructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type EmbeddableInitializer Constructor Description EmbeddableAssembler(EmbeddableInitializer initializer)
-