See: Description
| Interface | Description |
|---|---|
| CouchbaseRepository<T,ID> |
Couchbase specific
Repository interface. |
| DynamicProxyable<REPO> |
The generic parameter needs to be REPO which is either a CouchbaseRepository parameterized on T,ID or a
ReactiveCouchbaseRepository parameterized on T,ID. i.e.: interface AirportRepository extends
CouchbaseRepository<Airport, String>, DynamicProxyable<AirportRepository>
|
| ReactiveCouchbaseRepository<T,ID> |
Couchbase-specific
ReactiveSortingRepository implementation. |
| Annotation Type | Description |
|---|---|
| Collection |
Collection Annotation
|
| Options |
Scope Annotation
|
| Query |
Annotation to support the use of N1QL queries with Couchbase.
|
| ScanConsistency |
Scan Consistency Annotation
|
| Scope |
Scope Annotation
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.