See: Description
| Interface | Description |
|---|---|
| AfterConvertCallback<T> |
Callback being invoked after a domain object is materialized from a
CouchbaseDocument when reading results. |
| 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
CouchbaseDocument when reading results. |
| ReactiveBeforeConvertCallback<T> |
Callback being invoked before a domain object is converted to be persisted.
|
| Class | Description |
|---|---|
| AbstractCouchbaseEventListener<E> |
Base class to implement domain class specific
ApplicationListeners. |
| AfterDeleteEvent<E> | |
| AfterSaveEvent<E> | |
| AuditingEntityCallback |
EntityCallback to populate auditing related fields on an entity about to be saved. |
| AuditingEventListener |
Event listener to populate auditing related fields on an entity about to be saved.
|
| BeforeConvertEvent<E> | |
| BeforeDeleteEvent<E> | |
| BeforeSaveEvent<E> | |
| CouchbaseMappingEvent<T> |
A mapping event.
|
| LoggingEventListener |
A
ApplicationListener for Couchbase mapping events logging the events. |
| ReactiveAuditingEntityCallback |
Reactive
EntityCallback to populate auditing related fields on an entity about to be saved. |
| ValidatingCouchbaseEventListener |
javax.validation dependant entities validator.
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.