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 EmbeddableInitializer
Initializer. 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 class
AbstractEmbeddableInitializer
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
Subinterfaces of EmbeddableInitializer in org.hibernate.sql.results.graph.embeddable.internal Modifier and Type Interface Description interface
AggregateEmbeddableInitializer
Classes in org.hibernate.sql.results.graph.embeddable.internal that implement EmbeddableInitializer Modifier and Type Class Description class
AbstractNonAggregatedIdentifierMappingInitializer
class
AggregateEmbeddableFetchInitializer
An initializer for an embeddable that is mapped as aggregate e.g.class
AggregateEmbeddableResultInitializer
An initializer for an embeddable that is mapped as aggregate e.g.class
EmbeddableFetchInitializer
class
EmbeddableResultInitializer
class
NonAggregatedIdentifierMappingFetchInitializer
class
NonAggregatedIdentifierMappingResultInitializer
Fields in org.hibernate.sql.results.graph.embeddable.internal declared as EmbeddableInitializer Modifier and Type Field Description protected EmbeddableInitializer
EmbeddableAssembler. initializer
Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type EmbeddableInitializer Constructor Description EmbeddableAssembler(EmbeddableInitializer initializer)
-