Uses of Interface
org.springframework.data.relational.core.conversion.AggregateChange
Packages that use AggregateChange
Package
Description
-
Uses of AggregateChange in org.springframework.data.relational.core.conversion
Subinterfaces of AggregateChange in org.springframework.data.relational.core.conversionModifier and TypeInterfaceDescriptioninterfaceBatchingAggregateChange<T,C extends MutableAggregateChange<T>> Represents the changes happening to one or more aggregates (as used in the context of Domain Driven Design) as a whole.interfaceRepresents the change happening to the aggregate (as used in the context of Domain Driven Design) as a whole.interfaceRepresents the change happening to the aggregate (as used in the context of Domain Driven Design) as a whole.Classes in org.springframework.data.relational.core.conversion that implement AggregateChangeModifier and TypeClassDescriptionclassRepresents the change happening to the aggregate (as used in the context of Domain Driven Design) as a whole.classABatchingAggregateChangeimplementation for delete changes that can contain actions for one or more delete operations.classABatchingAggregateChangeimplementation for save changes that can contain actions for any mix of insert and update operations. -
Uses of AggregateChange in org.springframework.data.relational.core.mapping.event
Methods in org.springframework.data.relational.core.mapping.event that return AggregateChangeModifier and TypeMethodDescriptionRelationalDeleteEvent.getAggregateChange()RelationalSaveEvent.getAggregateChange()WithAggregateChange.getAggregateChange()Constructors in org.springframework.data.relational.core.mapping.event with parameters of type AggregateChangeModifierConstructorDescriptionAfterDeleteEvent(Identifier id, E instance, AggregateChange<E> change) AfterSaveEvent(E instance, AggregateChange<E> change) BeforeDeleteEvent(Identifier id, E entity, AggregateChange<E> change) BeforeSaveEvent(E instance, AggregateChange<E> change)