| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CouchbaseTemplate |
AbstractCouchbaseConfiguration.couchbaseTemplate(CouchbaseClientFactory couchbaseClientFactory,
MappingCouchbaseConverter mappingCouchbaseConverter) |
CouchbaseTemplate |
AbstractCouchbaseConfiguration.couchbaseTemplate(CouchbaseClientFactory couchbaseClientFactory,
MappingCouchbaseConverter mappingCouchbaseConverter,
TranslationService couchbaseTranslationService) |
| Modifier and Type | Method and Description |
|---|---|
RepositoryOperationsMapping |
AbstractCouchbaseConfiguration.couchbaseRepositoryOperationsMapping(CouchbaseTemplate couchbaseTemplate) |
| Constructor and Description |
|---|
ExecutableFindByAnalyticsOperationSupport(CouchbaseTemplate template) |
ExecutableFindByQueryOperationSupport(CouchbaseTemplate template) |
ExecutableInsertByIdOperationSupport(CouchbaseTemplate template) |
ExecutableRemoveByIdOperationSupport(CouchbaseTemplate template) |
ExecutableRemoveByQueryOperationSupport(CouchbaseTemplate template) |
ExecutableReplaceByIdOperationSupport(CouchbaseTemplate template) |
ExecutableUpsertByIdOperationSupport(CouchbaseTemplate template) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.