Package | Description |
---|---|
org.springframework.data.relational.core.mapping.event |
Modifier and Type | Interface and Description |
---|---|
static interface |
Identifier.Specified
A specified identifier that exposes a definitely present identifier value.
|
Modifier and Type | Method and Description |
---|---|
Identifier |
RelationalEvent.getId()
The identifier of the aggregate root, triggering this event.
|
static Identifier |
Identifier.ofNullable(Object identifier)
Produces an
Identifier of appropriate type depending the argument being null or not. |
Constructor and Description |
---|
BeforeSaveEvent(Identifier id,
Object instance,
AggregateChange change) |
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.