See: Description
| Interface | Description |
|---|---|
| AfterConvertCallback<T> |
A callback that can be used to modify an instance of a
Neo4jPersistentEntity after it has been converted:
That is, when a Neo4j record has been fully processed and the entity and all its associations have been processed. |
| 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–2022 Neo4j, Neo4j Sweden AB. All rights reserved.