Uses of Class
org.springframework.data.keyvalue.core.event.KeyValueEvent
Packages that use 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
Method parameters in org.springframework.data.keyvalue.core with type arguments of type KeyValueEventModifier and TypeMethodDescriptionvoidKeyValueTemplate.setEventTypesToPublish(Set<Class<? extends KeyValueEvent>> eventTypesToPublish) Define the event types to publish viaApplicationEventPublisher. -
Uses of KeyValueEvent in org.springframework.data.keyvalue.core.event
Subclasses of KeyValueEvent in org.springframework.data.keyvalue.core.eventModifier and TypeClassDescriptionstatic classKeyValueEventafter removing an object by with a given key.static classKeyValueEventafter removing all elements in a given keyspace.static classKeyValueEventafter loading an object by its key.static classKeyValueEventafter inserting an object by with a given key.static classKeyValueEventafter updating an object by with a given key.static classKeyValueEventbefore removing an object by with a given key.static classKeyValueEventbefore removing all elements in a given keyspace.static classKeyValueEventraised before loading an object by its key.static classKeyValueEventbefore inserting an object by with a given key.static classKeyValueEventbefore updating an object by with a given key.