Uses of Package
org.springframework.data.rest.core.event
Packages that use org.springframework.data.rest.core.event
Package
Description
-
Classes in org.springframework.data.rest.core.event used by org.springframework.data.rest.core.eventClassDescriptionAbstract class that listens for generic
RepositoryEvent
s and dispatches them to a specific method based on the event type.Base class forRepositoryEvent
s that deal with saving/updating or deleting a linked object.Abstract base class for events emitted by the REST exporter. -
Classes in org.springframework.data.rest.core.event used by org.springframework.data.rest.webmvc.configClassDescriptionComponent to discover annotated repository event handlers and trigger them on
ApplicationEvent
s.