Package org.springframework.data.rest.core.event
package org.springframework.data.rest.core.event
-
ClassDescriptionAbstract class that listens for generic
RepositoryEvent
s and dispatches them to a specific method based on the event type.Event that is emitted after a new entity is saved.Emitted after the entity is deleted from the repository.Emitted after a link to a related object is deleted from the parent.Emitted after saving a linked object to its parent in the repository.Emitted after a save to the repository.Component to discover annotated repository event handlers and trigger them onApplicationEvent
s.Event emitted before an entity is saved for the first time.Emitted before an entity is deleted from the repository.Emitted before a link to a related object is deleted from the parent.Emitted before a linked object is saved to the repository.Emitted before an entity is saved into the repository.An event to encapsulate an exception occurring anywhere within the REST exporter.Base class forRepositoryEvent
s that deal with saving/updating or deleting a linked object.Abstract base class for events emitted by the REST exporter.