Uses of Class
org.springframework.data.relational.core.mapping.event.AbstractRelationalEvent
Packages that use AbstractRelationalEvent
-
Uses of AbstractRelationalEvent in org.springframework.data.relational.core.mapping.event
Modifier and TypeClassDescriptionclassGets 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.Methods in org.springframework.data.relational.core.mapping.event with parameters of type AbstractRelationalEventModifier and TypeMethodDescriptionvoidAbstractRelationalEventListener.onApplicationEvent(AbstractRelationalEvent<?> event)