Class SimpleCouchbaseRepository<T,ID>

java.lang.Object
org.springframework.data.couchbase.repository.support.CouchbaseRepositoryBase<T,ID>
org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository<T,ID>
All Implemented Interfaces:
CouchbaseRepository<T,ID>, CrudRepository<T,ID>, PagingAndSortingRepository<T,ID>, Repository<T,ID>

public class SimpleCouchbaseRepository<T,ID> extends CouchbaseRepositoryBase<T,ID> implements CouchbaseRepository<T,ID>
Repository base implementation for Couchbase.
Author:
Michael Nitschinger, Mark Paluch, Jens Schauder, Michael Reiche