Uses of Class
org.springframework.data.rest.core.event.RepositoryEvent
Packages that use RepositoryEvent
-
Uses of RepositoryEvent in org.springframework.data.rest.core.event
Subclasses of RepositoryEvent in org.springframework.data.rest.core.eventModifier and TypeClassDescriptionclass
Event that is emitted after a new entity is saved.class
Emitted after the entity is deleted from the repository.class
Emitted after a link to a related object is deleted from the parent.class
Emitted after saving a linked object to its parent in the repository.class
Emitted after a save to the repository.class
Event emitted before an entity is saved for the first time.class
Emitted before an entity is deleted from the repository.class
Emitted before a link to a related object is deleted from the parent.class
Emitted before a linked object is saved to the repository.class
Emitted before an entity is saved into the repository.class
An event to encapsulate an exception occurring anywhere within the REST exporter.class
Base class forRepositoryEvent
s that deal with saving/updating or deleting a linked object.Methods in org.springframework.data.rest.core.event with parameters of type RepositoryEventModifier and TypeMethodDescriptionfinal void
AbstractRepositoryEventListener.onApplicationEvent
(RepositoryEvent event) void
AnnotatedEventHandlerInvoker.onApplicationEvent
(RepositoryEvent event)