| 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 |
ReactiveInsertByIdOperation.InsertByIdInCollection<T>
Fluent method to specify the collection.
|
static interface |
ReactiveInsertByIdOperation.InsertByIdInScope<T>
Fluent method to specify the scope.
|
static interface |
ReactiveInsertByIdOperation.InsertByIdWithDurability<T> |
static interface |
ReactiveInsertByIdOperation.InsertByIdWithExpiry<T> |
static interface |
ReactiveInsertByIdOperation.InsertByIdWithOptions<T>
Fluent method to specify options.
|
static interface |
ReactiveInsertByIdOperation.ReactiveInsertById<T>
Provides methods for constructing KV insert operations in a fluent way.
|
static interface |
ReactiveInsertByIdOperation.TerminatingInsertById<T>
Terminating operations invoking the actual execution.
|
static interface |
ReactiveReplaceByIdOperation.ReactiveReplaceById<T>
Provides methods for constructing KV replace operations in a fluent way.
|
static interface |
ReactiveReplaceByIdOperation.ReplaceByIdInCollection<T>
Fluent method to specify the collection.
|
static interface |
ReactiveReplaceByIdOperation.ReplaceByIdInScope<T>
Fluent method to specify the scope.
|
static interface |
ReactiveReplaceByIdOperation.ReplaceByIdWithDurability<T> |
static interface |
ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry<T> |
static interface |
ReactiveReplaceByIdOperation.ReplaceByIdWithOptions<T>
Fluent method to specify options.
|
static interface |
ReactiveReplaceByIdOperation.TerminatingReplaceById<T>
Terminating operations invoking the actual execution.
|
static interface |
ReactiveUpsertByIdOperation.ReactiveUpsertById<T>
Provides methods for constructing KV operations in a fluent way.
|
static interface |
ReactiveUpsertByIdOperation.TerminatingUpsertById<T>
Terminating operations invoking the actual execution.
|
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.