public interface CouchbaseRepository<T,ID extends Serializable> extends CrudRepository<T,ID>
Repository interface.| Modifier and Type | Method and Description |
|---|---|
CouchbaseOperations |
getCouchbaseOperations() |
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAllCouchbaseOperations getCouchbaseOperations()
operation template.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.