Commit Graph

18 Commits

Author SHA1 Message Date
Simon Baslé
b9f23f3fd5 DATACOUCH-135 - Migrate to Couchbase SDK 2.0 and add N1QL find method.
Adaptation were made to use SDK 2.0:
 - Reworked the configuration approach (more parts to be configured, like Environment, Cluster and Bucket)
 - Added a new xml schema for configuration of 2.0 version
 - Adapted the template
 - Added N1QL support in the template (findByN1QL)
 - Removed the cache package
 - Adapted the repository
 - Better separated Unit Tests from Integration Tests

All integration and unit tests pass, except one (SimpleCouchbaseRepositoryTests.shouldFindCustom).

Customisation of a ViewQuery will be addressed in another ticket.
2015-07-10 14:46:30 +02:00
Klaus Unger
b60782c3c1 DATACOUCH-133 - Fixed typos in readme.md.
Fixed the mixup of attributes - the view backing the findByLastname method should emit lastname not firstname.

Original pull request: #37.
2015-06-30 10:49:15 +02:00
kdheerendra
181b68798b DATACOUCH-133 - Fixing URLs in readme.
Original pull request: #38.
2015-06-30 10:45:57 +02:00
Michael Nitschinger
57e7af1f27 DATACOUCH-119 - Updated README 2015-02-20 10:03:46 +01:00
Michael Nitschinger
0f80204bf0 DATACOUCH-73 - Prepare 1.0 GA Release 2014-03-13 09:37:33 +01:00
Michael Nitschinger
adfade558c DATACOUCH-66 - Overhaul Readme for RC1 release. 2014-01-27 14:27:02 +01:00
msolujic
1400c0090e Added stable spring data repository to README.md 2014-01-16 12:32:29 +01:00
Michael Nitschinger
887c014ac2 DATACOUCH-16 - updating readme for new features. 2013-10-16 13:42:56 +02:00
Michael Nitschinger
d4345fa944 Small README clarification. 2013-08-20 20:58:37 +02:00
Michael Nitschinger
3cad396e3d DATACOUCH-6 - Updating README. 2013-08-12 08:02:10 +02:00
Michael Nitschinger
2332e523b9 DATACOUCH-12: Refactor mapping layer to accomodate complex types.
This changeset is a complete refactor of the mapping layer to make
sure that _class complex type mapping works. It also decouples
the actual JSON mapping and abstracts it into a CouchbaseDocument
mapping. This ensures forward compatibility by potentially swapping
out JSON to a different format.
2013-07-16 07:43:43 +02:00
Michael Nitschinger
3d4d8059e8 DATACOUCH-8 - Overhaul Readme 2013-06-04 09:39:21 +02:00
Oliver Gierke
a0b3335084 DATACOUCH-3 - Renamed base package to org.springframework.data.couchbase. 2013-06-01 11:47:32 +02:00
Michael Nitschinger
99852a23c8 Updating README 2013-02-07 09:08:35 +01:00
Michael Nitschinger
2fa7345ccb Adding how to use the @Configuration java-based annotations instead of XML. 2012-12-17 14:06:17 +01:00
Michael Nitschinger
56f8e5babc Updating README to reflect the new name. 2012-12-17 13:59:37 +01:00
Michael Nitschinger
2ad9411437 Small README fix. 2012-12-14 09:35:19 +01:00
Michael Nitschinger
2e8e00a2d5 Initial Commit. 2012-12-14 09:33:00 +01:00