See: Description
| Interface | Description |
|---|---|
| BeforeConvertCallback<T> |
Callback being invoked before a domain object is converted to be persisted.
|
| BeforeSaveCallback<T> |
Entity callback triggered before save of a row.
|
| ReactiveBeforeConvertCallback<T> |
Callback being invoked before a domain object is converted to be persisted.
|
| ReactiveBeforeSaveCallback<T> |
Entity callback triggered before save of a row.
|
| Class | Description |
|---|---|
| AbstractCassandraEventListener<E> |
Base class to implement domain specific
ApplicationListeners for CassandraMappingEvent. |
| AbstractDeleteEvent<T> |
Base class for delete events.
|
| AbstractStatementAwareMappingEvent<T> |
Event encapsulating Cassandra CQL statement.
|
| AfterConvertEvent<E> |
Event to be triggered after converting a
Row. |
| AfterDeleteEvent<T> |
Event being thrown after a single or a set of rows has/have been deleted.
|
| AfterLoadEvent<T> |
Event to be triggered after loading
com.datastax.driver.core.Rows to be mapped onto a given type. |
| AfterSaveEvent<E> |
CassandraMappingEvent triggered after save of an object. |
| AuditingEntityCallback |
EntityCallback to populate auditing related fields on an entity about to be saved. |
| BeforeDeleteEvent<T> |
Event thrown before a row or a set of rows is deleted.
|
| BeforeSaveEvent<E> |
CassandraMappingEvent triggered before save of an object. |
| CassandraMappingEvent<T> |
Base
ApplicationEvent triggered by Spring Data Cassandra. |
| ReactiveAuditingEntityCallback |
Reactive
EntityCallback to populate auditing related fields on an entity about to be saved. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.