| Package | Description |
|---|---|
| org.springframework.data.relational.core.mapping.event | |
| org.springframework.data.relational.domain.support |
| Class and Description |
|---|
| Identifier
Wrapper for an identifier of an entity.
|
| Identifier.Specified
A specified identifier that exposes a definitely present identifier value.
|
| RelationalEvent
an event signalling JDBC processing.
|
| RelationalEventWithEntity
A
SimpleRelationalEvent which is guaranteed to have an entity. |
| RelationalEventWithId
A
SimpleRelationalEvent guaranteed to have an identifier. |
| RelationalEventWithIdAndEntity
A
SimpleRelationalEvent which is guaranteed to have an identifier and an entity. |
| WithEntity
Interface for
SimpleRelationalEvents which are guaranteed to have an entity. |
| WithId
Interface for
SimpleRelationalEvents which are guaranteed to have a Identifier.Specified identifier. |
| Class and Description |
|---|
| BeforeConvertCallback
An
EntityCallback that gets invoked before the aggregate is converted into a database change. |
| BeforeSaveEvent
Gets published before an entity gets saved to the database.
|
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.