Package org.springframework.data.cassandra.repository
@NonNullApi
package org.springframework.data.cassandra.repository
Apache Cassandra specific repository implementation.
-
ClassDescriptionAnnotation to declare filtering for a derived query.CassandraRepository<T,
ID> Cassandra-specific extension of theCrudRepository
interface that allows the specification of a type for the identity of the@Table
(or@Persistable
) type.Annotation to declare aConsistencyLevel
for CQL queries executed through query methods.Annotation to declare count queries directly on repository methods.Annotation to declare exists queries directly on repository methods.Cassandra repository interface usingMapId
to represent Ids.Annotation to declare finder queries directly on repository methods.Enumeration to define statement idempotency.Cassandra specificRepository
interface with reactive support.