Interface ReactiveCouchbaseRepository<T,ID>
- All Superinterfaces:
ReactiveCrudRepository<T,ID>, ReactiveSortingRepository<T, ID>, Repository<T, ID>
- All Known Implementing Classes:
SimpleReactiveCouchbaseRepository
@NoRepositoryBean
public interface ReactiveCouchbaseRepository<T,ID>
extends ReactiveSortingRepository<T,ID>, ReactiveCrudRepository<T,ID>
Couchbase-specific
ReactiveSortingRepository implementation.- Since:
- 3.0
- Author:
- Subhashni Balakrishnan, Michael Reiche
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface ReactiveCrudRepository
count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAllMethods inherited from interface ReactiveSortingRepository
findAll
-
Method Details
-
getOperations
ReactiveCouchbaseOperations getOperations() -
getEntityInformation
CouchbaseEntityInformation<T,String> getEntityInformation()
-