| Package | Description |
|---|---|
| org.springframework.data.keyvalue.core.event |
Support classes for key-value events, like standard persistence lifecycle events.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> KeyValueEvent.BeforeInsertEvent<T> |
KeyValueEvent.beforeInsert(Object id,
String keyspace,
Class<? extends T> type,
T value)
Create new
KeyValueEvent.BeforeInsertEvent. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.