| Package | Description |
|---|---|
| org.springframework.data.relational.core.conversion | |
| org.springframework.data.relational.core.mapping.event |
| Modifier and Type | Method and Description |
|---|---|
void |
RelationalEntityWriter.write(Object root,
AggregateChange<?> aggregateChange) |
void |
RelationalEntityDeleteWriter.write(Object id,
AggregateChange<?> aggregateChange)
Fills the provided
AggregateChange with the necessary DbActions to delete the aggregate root
identified by id. |
| Constructor and Description |
|---|
AfterDeleteEvent(Identifier.Specified id,
Optional<Object> instance,
AggregateChange change) |
AfterSaveEvent(Identifier.Specified id,
Object instance,
AggregateChange change) |
BeforeDeleteEvent(Identifier.Specified id,
Optional<Object> entity,
AggregateChange change) |
BeforeSaveEvent(Identifier id,
Object instance,
AggregateChange change) |
RelationalEventWithId(Identifier.Specified id,
Optional<Object> entity,
AggregateChange change) |
RelationalEventWithIdAndEntity(Identifier.Specified id,
Object entity,
AggregateChange change) |
Copyright © 2017–2019 Pivotal Software, Inc.. All rights reserved.