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 theCrudRepositoryinterface that allows the specification of a type for the identity of the@Table(or@Persistable) type.Annotation to declare aConsistencyLevelfor 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 usingMapIdto represent Ids.Annotation to declare finder queries directly on repository methods.Enumeration to define statement idempotency.Cassandra specificRepositoryinterface with reactive support.