Package | Description |
---|---|
org.springframework.data.relational.core.mapping.event |
Modifier and Type | Method and Description |
---|---|
Identifier.Specified |
RelationalEventWithId.getId()
Deprecated.
since 1.1, obtain the id from the entity instead.
|
Identifier.Specified |
WithId.getId()
Events with an identifier will always return a
Identifier.Specified one. |
static Identifier.Specified |
Identifier.of(Object identifier)
Creates a new
Identifier.Specified identifier for the given, non-null value. |
Constructor and Description |
---|
AfterDeleteEvent(Identifier.Specified id,
Optional<?> instance,
AggregateChange change) |
AfterLoadEvent(Identifier.Specified id,
Object entity) |
AfterSaveEvent(Identifier.Specified id,
Object instance,
AggregateChange change) |
BeforeConvertEvent(Identifier.Specified id,
Object instance,
AggregateChange change) |
BeforeDeleteEvent(Identifier.Specified id,
Optional<?> entity,
AggregateChange change) |
RelationalEventWithId(Identifier.Specified id,
Optional<?> entity,
AggregateChange change) |
RelationalEventWithIdAndEntity(Identifier.Specified id,
Object entity,
AggregateChange change) |
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.