Uses of Class
org.springframework.data.cassandra.core.mapping.event.CassandraMappingEvent
Packages that use CassandraMappingEvent
Package
Description
Apache Cassandra core support.
Event callback infrastructure for Cassandra mapping subsystem.
-
Uses of CassandraMappingEvent in org.springframework.data.cassandra.core
Methods in org.springframework.data.cassandra.core with type parameters of type CassandraMappingEventModifier and TypeMethodDescriptionprotected <E extends CassandraMappingEvent<T>, T>
voidAsyncCassandraTemplate.maybeEmitEvent(Supplier<E> event) protected <E extends CassandraMappingEvent<T>, T>
voidCassandraTemplate.maybeEmitEvent(Supplier<E> event) protected <E extends CassandraMappingEvent<T>, T>
voidReactiveCassandraTemplate.maybeEmitEvent(Supplier<E> event) -
Uses of CassandraMappingEvent in org.springframework.data.cassandra.core.mapping.event
Modifier and TypeClassDescriptionclassBase class for delete events.classEvent encapsulating Cassandra CQL statement.classEvent to be triggered after converting aRowinto an entity.classEvent being thrown after a single or a set of rows has/have been deleted.classEvent to be triggered after loadingRows to be mapped onto a given type.classCassandraMappingEventtriggered after save of an object.classEvent thrown before a row or a set of rows is deleted.classMapping eventtriggered before inserting or updating a row in the database.Classes in org.springframework.data.cassandra.core.mapping.event that implement interfaces with type arguments of type CassandraMappingEventModifier and TypeClassDescriptionclassBase class to implement domain specificApplicationListeners forCassandraMappingEvent.Methods in org.springframework.data.cassandra.core.mapping.event with parameters of type CassandraMappingEventModifier and TypeMethodDescriptionvoidAbstractCassandraEventListener.onApplicationEvent(CassandraMappingEvent<?> event)