Uses of Class
org.springframework.data.relational.core.mapping.event.RelationalEventWithEntity
Packages that use RelationalEventWithEntity
-
Uses of RelationalEventWithEntity 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 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 before changes are applied to the database, after the aggregate was converted to a database change.classEvents triggered during saving of an aggregate.