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 TypeClassDescriptionclassEvent that is emitted after a new entity is saved.classEmitted after the entity is deleted from the repository.classEmitted after a link to a related object is deleted from the parent.classEmitted after saving a linked object to its parent in the repository.classEmitted after a save to the repository.classEvent emitted before an entity is saved for the first time.classEmitted before an entity is deleted from the repository.classEmitted before a link to a related object is deleted from the parent.classEmitted before a linked object is saved to the repository.classEmitted before an entity is saved into the repository.classAn event to encapsulate an exception occurring anywhere within the REST exporter.classBase class forRepositoryEvents 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 voidAbstractRepositoryEventListener.onApplicationEvent(RepositoryEvent event) voidAnnotatedEventHandlerInvoker.onApplicationEvent(RepositoryEvent event)