| Interface | Description |
|---|---|
| AfterDeleteCallback<T> |
An
EntityCallback that gets called after an aggregate got deleted. |
| AfterLoadCallback<T> |
An
EntityCallback that gets invoked after an aggregate was loaded from the database. |
| AfterSaveCallback<T> |
An
EntityCallback that gets invoked after an aggregate was saved. |
| BeforeConvertCallback<T> |
An
EntityCallback that gets invoked before the aggregate is converted into a database change. |
| BeforeDeleteCallback<T> |
An
EntityCallback that gets invoked before an entity is deleted. |
| BeforeSaveCallback<T> |
An
EntityCallback that gets invoked before changes are applied to the database, after the aggregate was
converted to a database change. |
| 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.
|
| BeforeConvertEvent |
Gets published before an aggregate gets converted into a database change.
|
| 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–2020 Pivotal Software, Inc.. All rights reserved.