Uses of Class
org.springframework.data.keyvalue.core.event.KeyValueEvent
Package
Description
Core key/value implementation.
Support classes for key-value events, like standard persistence lifecycle events.
-
Uses of KeyValueEvent in org.springframework.data.keyvalue.core
Modifier and TypeMethodDescriptionvoid
KeyValueTemplate.setEventTypesToPublish
(Set<Class<? extends KeyValueEvent>> eventTypesToPublish) Define the event types to publish viaApplicationEventPublisher
. -
Uses of KeyValueEvent in org.springframework.data.keyvalue.core.event
Modifier and TypeClassDescriptionstatic class
KeyValueEvent
after removing an object by with a given key.static class
KeyValueEvent
after removing all elements in a given keyspace.static class
KeyValueEvent
after loading an object by its key.static class
KeyValueEvent
after inserting an object by with a given key.static class
KeyValueEvent
after updating an object by with a given key.static class
KeyValueEvent
before removing an object by with a given key.static class
KeyValueEvent
before removing all elements in a given keyspace.static class
KeyValueEvent
raised before loading an object by its key.static class
KeyValueEvent
before inserting an object by with a given key.static class
KeyValueEvent
before updating an object by with a given key.