| Package | Description |
|---|---|
| org.springframework.data.couchbase.config |
This package contains all classes needed for specific configuration of Spring Data Couchbase.
|
| org.springframework.data.couchbase.core |
This package contains the specific implementations and core classes for Spring Data Couchbase internals.
|
| org.springframework.data.couchbase.core.query |
This package contains annotations and classes relative to querying with Couchbase (whether through views or N1QL) and
the associated indexes.
|
| Modifier and Type | Method and Description |
|---|---|
ReactiveCouchbaseTemplate |
AbstractCouchbaseConfiguration.reactiveCouchbaseTemplate(CouchbaseClientFactory couchbaseClientFactory,
MappingCouchbaseConverter mappingCouchbaseConverter) |
ReactiveCouchbaseTemplate |
AbstractCouchbaseConfiguration.reactiveCouchbaseTemplate(CouchbaseClientFactory couchbaseClientFactory,
MappingCouchbaseConverter mappingCouchbaseConverter,
TranslationService couchbaseTranslationService) |
| Modifier and Type | Method and Description |
|---|---|
ReactiveRepositoryOperationsMapping |
AbstractCouchbaseConfiguration.reactiveCouchbaseRepositoryOperationsMapping(ReactiveCouchbaseTemplate reactiveCouchbaseTemplate) |
| Modifier and Type | Method and Description |
|---|---|
ReactiveCouchbaseTemplate |
CouchbaseTemplate.reactive() |
| Constructor and Description |
|---|
ReactiveFindByAnalyticsOperationSupport(ReactiveCouchbaseTemplate template) |
ReactiveFindByQueryOperationSupport(ReactiveCouchbaseTemplate template) |
ReactiveInsertByIdOperationSupport(ReactiveCouchbaseTemplate template) |
ReactiveRemoveByIdOperationSupport(ReactiveCouchbaseTemplate template) |
ReactiveRemoveByQueryOperationSupport(ReactiveCouchbaseTemplate template) |
ReactiveReplaceByIdOperationSupport(ReactiveCouchbaseTemplate template) |
ReactiveUpsertByIdOperationSupport(ReactiveCouchbaseTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
String |
Query.toN1qlRemoveString(ReactiveCouchbaseTemplate template,
String collectionName,
Class domainClass) |
String |
Query.toN1qlSelectString(ReactiveCouchbaseTemplate template,
Class domainClass,
boolean isCount) |
String |
Query.toN1qlSelectString(ReactiveCouchbaseTemplate template,
String collectionName,
Class domainClass,
boolean isCount) |
String |
StringQuery.toN1qlSelectString(ReactiveCouchbaseTemplate template,
String collection,
Class domainClass,
Class resultClass,
boolean isCount,
String[] distinctFields) |
String |
Query.toN1qlSelectString(ReactiveCouchbaseTemplate template,
String collectionName,
Class domainClass,
Class returnClass,
boolean isCount,
String[] distinctFields) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.