See: Description
| Interface | Description |
|---|---|
| AfterConvertCallback<T> |
Callback being invoked after a domain object is materialized from a
Document when reading results. |
| AfterSaveCallback<T> |
Entity callback triggered after save of an entity.
|
| BeforeConvertCallback<T> |
Callback being invoked before a domain object is converted to be persisted.
|
| ReactiveAfterConvertCallback<T> |
Callback being invoked after a domain object is materialized from a
Document when reading results. |
| ReactiveAfterSaveCallback<T> |
Entity callback triggered after save of an entity.
|
| ReactiveBeforeConvertCallback<T> |
Callback being invoked before a domain object is converted to be persisted.
|
| Class | Description |
|---|---|
| AuditingEntityCallback |
EntityCallback to populate auditing related fields on an entity about to be saved. |
| ReactiveAuditingEntityCallback |
EntityCallback to populate auditing related fields on an entity about to be saved. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.