Uses of Enum Class
org.springframework.data.relational.core.conversion.AggregateChange.Kind
Packages that use AggregateChange.Kind
-
Uses of AggregateChange.Kind in org.springframework.data.relational.core.conversion
Methods in org.springframework.data.relational.core.conversion that return AggregateChange.KindModifier and TypeMethodDescriptionAggregateChange.getKind()Returns theAggregateChange.KindofAggregateChangethis is.DeleteAggregateChange.getKind()DeleteBatchingAggregateChange.getKind()SaveBatchingAggregateChange.getKind()static AggregateChange.KindReturns the enum constant of this class with the specified name.static AggregateChange.Kind[]AggregateChange.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.