See: Description
| Interface | Description |
|---|---|
| CassandraRepository<T,ID> |
Cassandra-specific extension of the
CrudRepository interface that allows the specification of a type for the
identity of the @Table (or @Persistable) type. |
| MapIdCassandraRepository<T> |
Cassandra repository interface using
MapId to represent Ids. |
| ReactiveCassandraRepository<T,ID> |
Cassandra specific
Repository interface with reactive support. |
| Enum | Description |
|---|---|
| Query.Idempotency |
Enumeration to define statement idempotency.
|
| Annotation Type | Description |
|---|---|
| AllowFiltering |
Annotation to declare filtering for a derived query.
|
| Consistency |
Annotation to declare a
ConsistencyLevel for CQL queries executed through query methods. |
| CountQuery |
Annotation to declare count queries directly on repository methods.
|
| ExistsQuery |
Annotation to declare exists queries directly on repository methods.
|
| Query |
Annotation to declare finder queries directly on repository methods.
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.