| Package | Description |
|---|---|
| org.springframework.data.cassandra.repository |
Apache Cassandra specific repository implementation.
|
| org.springframework.data.cassandra.repository.support |
Support infrastructure for query derivation of Apache Cassandra specific repositories.
|
| Class and Description |
|---|
| CassandraRepository
Cassandra-specific extension of the
CrudRepository interface that allows the specification of a type for the
identity of the @Table (or @Persistable) type. |
| Query
Annotation to declare finder queries directly on repository methods.
|
| Class and Description |
|---|
| CassandraRepository
Cassandra-specific extension of the
CrudRepository interface that allows the specification of a type for the
identity of the @Table (or @Persistable) type. |
| ReactiveCassandraRepository
Cassandra specific
Repository interface with reactive support. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.