@NoRepositoryBean
public interface CouchbaseRepository<T,ID>
extends org.springframework.data.repository.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(org.springframework.data.domain.Sort sort) |
List<T> |
findAllById(Iterable<ID> iterable) |
CouchbaseEntityInformation<T,String> |
getEntityInformation() |
CouchbaseOperations |
getOperations() |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.