Uses of Package
org.springframework.data.cassandra.repository
Packages that use org.springframework.data.cassandra.repository
Package
Description
Apache Cassandra specific repository implementation.
Support infrastructure for query derivation of Apache Cassandra specific repositories.
-
Classes in org.springframework.data.cassandra.repository used by org.springframework.data.cassandra.repositoryClassDescriptionCassandra-specific extension of the
CrudRepository
interface that allows the specification of a type for the identity of the@Table
(or@Persistable
) type.Annotation to declare finder queries directly on repository methods.Enumeration to define statement idempotency. -
Classes in org.springframework.data.cassandra.repository used by org.springframework.data.cassandra.repository.supportClassDescriptionCassandra-specific extension of the
CrudRepository
interface that allows the specification of a type for the identity of the@Table
(or@Persistable
) type.Cassandra specificRepository
interface with reactive support.