Package org.springframework.data.cassandra.core.mapping.event
@NullMarked
package org.springframework.data.cassandra.core.mapping.event
Event callback infrastructure for Cassandra mapping subsystem.
-
ClassDescriptionBase class to implement domain specific
ApplicationListeners forCassandraMappingEvent.Base class for delete events.Event encapsulating Cassandra CQL statement.Event to be triggered after converting aRowinto an entity.Event being thrown after a single or a set of rows has/have been deleted.Event to be triggered after loadingRows to be mapped onto a given type.CassandraMappingEventtriggered after save of an object.EntityCallbackto 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 eventtriggered before inserting or updating a row in the database.BaseApplicationEventtriggered by Spring Data Cassandra.ReactiveEntityCallbackto 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.