Uses of Package
org.springframework.data.cassandra.core
Packages that use org.springframework.data.cassandra.core
Package
Description
Spring Data Cassandra
factory beans and configuration.Apache Cassandra core support.
Apache Cassandra legacy asynchronous support for easier migration.
CDI support for Apache Cassandra specific repository implementation.
Query derivation mechanism for Apache Cassandra specific repositories.
Support infrastructure for query derivation of Apache Cassandra specific repositories.
-
Classes in org.springframework.data.cassandra.core used by org.springframework.data.cassandra.configClassDescriptionDefault implementation of
CassandraAdminOperations.Primary implementation ofCassandraOperations.Primary implementation ofReactiveCassandraOperations. -
Classes in org.springframework.data.cassandra.core used by org.springframework.data.cassandra.coreClassDescriptionInterface specifying a basic set of asynchronous Cassandra operations.General callback interface used to create and bind prepared CQL statements.Operations for managing a Cassandra keyspace.Batch operations for insert/update/delete actions on a table.Interface specifying a basic set of Cassandra operations.Primary implementation of
CassandraOperations.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.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. -
Classes in org.springframework.data.cassandra.core used by org.springframework.data.cassandra.core.legacyClassDescriptionExtension to
WriteOptionsfor use withDELETEoperations.The result of a write operation for an entity.Extension toWriteOptionsfor use withINSERToperations.Extension toWriteOptionsfor use withUPDATEoperations.The result of a write operation. -
-
Classes in org.springframework.data.cassandra.core used by org.springframework.data.cassandra.repository.queryClassDescriptionInterface specifying a basic set of Cassandra operations.Interface specifying a basic set of reactive Cassandra operations.
-
Classes in org.springframework.data.cassandra.core used by org.springframework.data.cassandra.repository.supportClassDescriptionInterface specifying a basic set of Cassandra operations.Primary implementation of
CassandraOperations.Interface specifying a basic set of reactive Cassandra operations.