Uses of Interface
org.springframework.data.relational.core.mapping.event.WithAggregateChange
Packages that use WithAggregateChange
-
Uses of WithAggregateChange in org.springframework.data.relational.core.mapping.event
Classes in org.springframework.data.relational.core.mapping.event that implement WithAggregateChangeModifier and TypeClassDescriptionclassGets published after deletion of an entity.classGets published after a new instance or a changed instance was saved in the database.classGets published when an entity is about to get deleted.classGets published before changes are applied to the database, after the aggregate was converted to a database change.classSuper class for events produced during deleting an aggregate.classEvents triggered during saving of an aggregate.