| Interface | 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.
|
| 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 | Description |
|---|---|
| AfterDeleteEvent |
Gets published after deletion of an entity.
|
| AfterLoadEvent |
Gets published after instantiation and setting of all the properties of an entity.
|
| AfterSaveEvent |
Gets published after a new instance or a changed instance was saved in the database.
|
| BeforeDeleteEvent |
Gets published when an entity is about to get deleted.
|
| BeforeSaveEvent |
Gets published before an entity gets saved to the database.
|
| 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. |
Copyright © 2017–2019 Pivotal Software, Inc.. All rights reserved.