Package org.springframework.data.relational.core.mapping.event
@NonNullApi
package org.springframework.data.relational.core.mapping.event
-
ClassDescriptionBase class for mapping events of Spring Data RelationalBase class to implement domain class specific
ApplicationListener
classes.AnEntityCallback
that gets invoked after an aggregate was converted from the database into an entity.Gets published after instantiation and setting of all the properties of an entity.AnEntityCallback
that gets called after an aggregate got deleted.Gets published after deletion of an entity.AnEntityCallback
that gets invoked after an aggregate was saved to the database.Gets published after a new instance or a changed instance was saved in the database.AnEntityCallback
that gets invoked before the aggregate is converted into a database change.Gets 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.AnEntityCallback
that gets invoked before an entity is deleted.Gets published when an entity is about to get deleted.AnEntityCallback
that gets invoked before changes are applied to the database, after the aggregate was converted to a database change.Gets published before changes are applied to the database, after the aggregate was converted to a database change.Wrapper for an identifier of an entity.Super class for events produced during deleting an aggregate.an event signalling JDBC processing.An event that is guaranteed to have an entity.Events triggered during saving of an aggregate.RelationalEvent
that represents a change to an aggregate and therefore has anAggregateChange
WithEntity<E>Interface for events which are guaranteed to have an entity.WithId<E>Interface forRelationalEvent
s which have anIdentifier
but might not have an entity.