Package org.springframework.data.cassandra.core.mapping.event
@NonNullApi
package org.springframework.data.cassandra.core.mapping.event
Event callback infrastructure for Cassandra mapping subsystem.
-
ClassDescriptionBase class to implement domain specific
ApplicationListener
s forCassandraMappingEvent
.Base class for delete events.Event encapsulating Cassandra CQL statement.Event to be triggered after converting aRow
into an entity.Event being thrown after a single or a set of rows has/have been deleted.Event to be triggered after loadingRow
s to be mapped onto a given type.CassandraMappingEvent
triggered after save of an object.EntityCallback
to populate auditing related fields on an entity about to be saved.Callback being invoked before a domain object is converted to be persisted.Event thrown before a row or a set of rows is deleted.Entity callback invoked before inserting or updating a row in the database.Mapping event
triggered before inserting or updating a row in the database.BaseApplicationEvent
triggered by Spring Data Cassandra.ReactiveEntityCallback
to populate auditing related fields on an entity about to be saved.Callback being invoked before a domain object is converted to be persisted.Entity callback invoked before inserting or updating a row in the database.