@NoRepositoryBean public interface CouchbaseRepository<T,ID> extends PagingAndSortingRepository<T,ID>
Repository interface.| Modifier and Type | Method and Description |
|---|---|
List<T> |
findAll() |
List<T> |
findAll(com.couchbase.client.java.query.QueryScanConsistency queryScanConsistency) |
List<T> |
findAll(Sort sort) |
List<T> |
findAllById(Iterable<ID> iterable) |
CouchbaseEntityInformation<T,String> |
getEntityInformation() |
CouchbaseOperations |
getOperations() |
findAllcount, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save, saveAllList<T> findAll(Sort sort)
findAll in interface PagingAndSortingRepository<T,ID>List<T> findAllById(Iterable<ID> iterable)
findAllById in interface CrudRepository<T,ID>CouchbaseEntityInformation<T,String> getEntityInformation()
CouchbaseOperations getOperations()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.