Uses of Interface
org.springframework.data.relational.core.mapping.event.RelationalEvent
Packages that use RelationalEvent
-
Uses of RelationalEvent in org.springframework.data.relational.core.mapping.event
Subinterfaces of RelationalEvent in org.springframework.data.relational.core.mapping.eventModifier and TypeInterfaceDescriptioninterfaceRelationalEventthat represents a change to an aggregate and therefore has anAggregateChangeinterfaceWithEntity<E>Interface for events which are guaranteed to have an entity.interfaceWithId<E>Interface forRelationalEvents which have anIdentifierbut might not have an entity.Classes in org.springframework.data.relational.core.mapping.event that implement RelationalEventModifier and TypeClassDescriptionclassBase class for mapping events of Spring Data RelationalclassGets published after instantiation and setting of all the properties of an entity.classGets published after deletion of an entity.classGets published after a new instance or a changed instance was saved in the database.classGets published before an aggregate gets converted into a database change, but after the decision was made if an insert or an update is to be performed.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.classAn event that is guaranteed to have an entity.classEvents triggered during saving of an aggregate.