| Package | Description |
|---|---|
| org.springframework.data.couchbase.core |
This package contains the specific implementations and core classes for Spring Data Couchbase internals.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ExecutableUpsertByIdOperation.ExecutableUpsertById<T>
Provides methods for constructing KV operations in a fluent way.
|
static interface |
ExecutableUpsertByIdOperation.UpsertByIdInCollection<T>
Fluent method to specify the collection.
|
static interface |
ExecutableUpsertByIdOperation.UpsertByIdInScope<T>
Fluent method to specify the scope.
|
static interface |
ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T> |
static interface |
ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T> |
static interface |
ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>
Fluent method to specify options.
|
static interface |
ReactiveUpsertByIdOperation.ReactiveUpsertById<T>
Provides methods for constructing KV operations in a fluent way.
|
static interface |
ReactiveUpsertByIdOperation.UpsertByIdInCollection<T>
Fluent method to specify the collection.
|
static interface |
ReactiveUpsertByIdOperation.UpsertByIdInScope<T>
Fluent method to specify the scope.
|
static interface |
ReactiveUpsertByIdOperation.UpsertByIdWithDurability<T> |
static interface |
ReactiveUpsertByIdOperation.UpsertByIdWithExpiry<T> |
static interface |
ReactiveUpsertByIdOperation.UpsertByIdWithOptions<T>
Fluent method to specify options.
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.