Uses of Interface
org.springframework.data.relational.core.mapping.event.WithEntity
Packages that use WithEntity
-
Uses of WithEntity in org.springframework.data.relational.core.mapping.event
Classes in org.springframework.data.relational.core.mapping.event that implement WithEntityModifier 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.classAn event that is guaranteed to have an entity.classEvents triggered during saving of an aggregate.