David Webb 43fffe5e97 DATACASS-48 : WIP : Add ConsistencyLevel and RetryPolicy to
Operations/Template 

Added optionsByName and options to all relevant operations.  Changed
main implementation method signatures and all overrides call that now.
2013-12-02 14:07:02 -05:00
2013-11-25 18:33:44 -06:00

Spring Data Cassandra

This is a Spring Data subproject for Cassandra that uses the binary CQL3 protocol via the official DataStax 1.x Java driver (https://github.com/datastax/java-driver) against Cassandra 1.2.

Supports native CQL3 queries in Spring Repositories.

Cloning

When cloning this repo, it's a good idea to also clone two others from Spring Data that this project depends on. Assuming your current working directory is the root of this repository, issue the following commands:

cd ..
git clone https://github.com/spring-projects/spring-data-build.git
git clone https://github.com/spring-projects/spring-data-commons.git

Building

This is a standard Maven multimodule project. Just issue the command mvn clean install from the repo root.

Description
No description provided
Readme 21 MiB
Languages
Java 98.9%
HTML 1.1%