Uses of Interface
org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableInitializer
-
Packages that use AggregateEmbeddableInitializer Package Description org.hibernate.sql.results.graph.embeddable.internal -
-
Uses of AggregateEmbeddableInitializer in org.hibernate.sql.results.graph.embeddable.internal
Classes in org.hibernate.sql.results.graph.embeddable.internal that implement AggregateEmbeddableInitializer Modifier and Type Class Description 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.Methods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type AggregateEmbeddableInitializer Modifier and Type Method Description static NestedRowProcessingState
NestedRowProcessingState. wrap(AggregateEmbeddableInitializer aggregateEmbeddableInitializer, RowProcessingState processingState)
Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type AggregateEmbeddableInitializer Constructor Description NestedRowProcessingState(AggregateEmbeddableInitializer aggregateEmbeddableInitializer, RowProcessingState processingState)
-