Uses of Class
org.springframework.data.keyvalue.core.event.KeyValueEvent.BeforeGetEvent
Packages that use KeyValueEvent.BeforeGetEvent
Package
Description
Support classes for key-value events, like standard persistence lifecycle events.
-
Uses of KeyValueEvent.BeforeGetEvent in org.springframework.data.keyvalue.core.event
Methods in org.springframework.data.keyvalue.core.event that return KeyValueEvent.BeforeGetEventModifier and TypeMethodDescriptionstatic <T> KeyValueEvent.BeforeGetEvent<T>
Create newKeyValueEvent.BeforeGetEvent
.