Module spring.data.cassandra
Package org.springframework.data.cassandra.core
@NonNullApi
package org.springframework.data.cassandra.core
Apache Cassandra core support.
-
ClassDescriptionInterface specifying a basic set of asynchronous Cassandra operations.Primary implementation of
AsyncCassandraOperations.General callback interface used to create and bind prepared CQL statements.Operations for managing a Cassandra keyspace.Default implementation ofCassandraAdminOperations.Batch operations for insert/update/delete actions on a table.Interface specifying a basic set of Cassandra operations.Schema creation support for Cassandra based onCassandraMappingContextandCassandraPersistentEntity.Schema drop support for Cassandra based onCassandraMappingContextandCassandraPersistentEntity.Primary implementation ofCassandraOperations.Utility class to prepare aSimpleStatementand bind values associated with the statement to aBoundStatement.Extension toWriteOptionsfor use withDELETEoperations.Builder forDeleteOptions.The result of a write operation for an entity.ExecutableDeleteOperationallows creation and execution of CassandraDELETEoperations in a fluent API style.Filtering (optional).Table override (optional).theExecutableDeleteOperation.ExecutableDeleteinterface provides methods for constructingDELETEoperations in a fluent way.TriggerDELETEexecution by calling one of the terminating methods.ExecutableInsertOperationallows creation and execution of CassandraINSERTinsert operations in a fluent API style.TheExecutableInsertOperation.ExecutableInsertinterface provides methods for constructingINSERToperations in a fluent way.ApplyInsertOptions(optional).Table override (optional).TriggerINSERTexecution by calling one of the terminating methods.TheExecutableSelectOperationinterface allows creation and execution of CassandraSELECToperations in a fluent API style.TheExecutableSelectOperation.ExecutableSelectinterface provides methods for constructingSELECTquery operations in a fluent way.Result type override (optional).Filtering (optional).Table override (optional).TriggerSELECTquery execution by calling one of the terminating methods.ExecutableUpdateOperationallows creation and execution of CassandraUPDATEoperation in a fluent API style.TheExecutableUpdateOperation.ExecutableUpdateinterface provides methods for constructingUPDATEoperations in a fluent way.Filtering (optional).Table override (optional).Stripped down interface providing access to a fluent API that specifies a basic set of Cassandra operations.Extension toWriteOptionsfor use withINSERToperations.Builder forInsertOptions.Reactive Batch operations for insert/update/delete actions on a table.Interface specifying a basic set of reactive Cassandra operations.Primary implementation ofReactiveCassandraOperations.Utility class to prepare aSimpleStatementand bind values associated with the statement to aBoundStatement.General callback interface used to create and bind prepared CQL statements.TheReactiveDeleteOperationinterface allows creation and execution of CassandraDELETEoperations in a fluent API style.Requiredfilter.Table override (optional).TheReactiveDeleteOperation.ReactiveDeleteinterface provides methods for constructingDELETEoperations in a fluent way.TriggerDELETEoperation by calling one of the terminating methods.Stripped down interface providing access to a fluent API that specifies a basic set of reactive Cassandra operations.TheReactiveInsertOperationinterface allows creation and execution of CassandraINSERToperations in a fluent API style.ApplyInsertOptions(optional).Table override (optional).TheReactiveInsertOperation.ReactiveInsertinterface provides methods for constructingINSERToperations in a fluent way.TriggerINSERTexecution by calling one of the terminating methods.TheReactiveSelectOperationinterface allows creation and execution of CassandraSELECToperations in a fluent API style.TheReactiveSelectOperation.ReactiveSelectinterface provides methods for constructingSELECToperations in a fluent way.Result type override (optional).Define aQueryused as the filter for theSELECT.Table override (optional).TriggerSELECTexecution by calling one of the terminating methods.TheReactiveUpdateOperationinterface allows creation and execution of CassandraUPDATEoperations in a fluent API style.TheReactiveUpdateOperation.ReactiveUpdateinterface provides methods for constructingUPDATEoperations in a fluent way.TriggerUPDATEexecution by calling one of the terminating methods.Table override (optional).Extension toWriteOptionsfor use withUPDATEoperations.Builder forUpdateOptions.The result of a write operation.