| Package | Description |
|---|---|
| org.springframework.data.couchbase.repository |
This package contains the Couchbase interfaces to support the Spring Data repository abstraction.
|
| org.springframework.data.couchbase.repository.support |
This package contains the Couchbase implementations to support the Spring Data repository abstraction.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CouchbasePagingAndSortingRepository<T,ID extends Serializable>
Couchbase specific
Repository interface that is
a PagingAndSortingRepository. |
| Modifier and Type | Class and Description |
|---|---|
class |
N1qlCouchbaseRepository<T,ID extends Serializable>
A
CouchbasePagingAndSortingRepository implementation. |
class |
SimpleCouchbaseRepository<T,ID extends Serializable>
Repository base implementation for Couchbase.
|
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.