See: Description
| Interface | Description |
|---|---|
| BeforeBindCallback<T> |
Entity callback triggered before an Entity is bound to a record (represented by a
java.util.Map<String, Object>). |
| ReactiveBeforeBindCallback<T> |
Entity callback triggered before an Entity is bound to a record (represented by a
java.util.Map<String, Object>). |
| Class | Description |
|---|---|
| AuditingBeforeBindCallback |
EntityCallback to populate auditing related fields on an entity about to be bound to a record. |
| EventSupport |
Utility class that orchestrates
EntityCallbacks. |
| ReactiveAuditingBeforeBindCallback |
Reactive
EntityCallback to populate auditing related fields on an entity about to be bound to a record. |
| ReactiveEventSupport |
Utility class that orchestrates
EntityCallbacks. |
DomainEvents on an aggregate root.
Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.