Package org.springframework.data.relational.core.mapping.event
@NullMarked
package org.springframework.data.relational.core.mapping.event
-
ClassDescriptionBase class for mapping events of Spring Data RelationalBase class to implement domain class specific
ApplicationListenerclasses.AnEntityCallbackthat 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.AnEntityCallbackthat gets called after an aggregate got deleted.Gets published after deletion of an entity.AnEntityCallbackthat 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.AnEntityCallbackthat 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.AnEntityCallbackthat gets invoked before an entity is deleted.Gets published when an entity is about to get deleted.AnEntityCallbackthat 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.RelationalEventthat represents a change to an aggregate and therefore has anAggregateChangeWithEntity<E>Interface for events which are guaranteed to have an entity.WithId<E>Interface forRelationalEvents which have anIdentifierbut might not have an entity.