Class SimpleReactiveCouchbaseRepository<T,ID>

java.lang.Object
org.springframework.data.couchbase.repository.support.CouchbaseRepositoryBase<T,ID>
org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository<T,ID>
All Implemented Interfaces:
ReactiveCouchbaseRepository<T,ID>, ReactiveCrudRepository<T,ID>, ReactiveSortingRepository<T,ID>, Repository<T,ID>

public class SimpleReactiveCouchbaseRepository<T,ID> extends CouchbaseRepositoryBase<T,ID> implements ReactiveCouchbaseRepository<T,ID>
Reactive repository base implementation for Couchbase.
Since:
3.0
Author:
Subhashni Balakrishnan, Mark Paluch, Christoph Strobl, David Kelly, Douglas Six, Jens Schauder, Michael Reiche