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. |
| TypedIdCassandraRepository<T,ID> | Deprecated
since 2.0, use
CassandraRepository. |
| 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. |
| Query |
Annotation to declare finder queries directly on repository methods.
|
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.