| 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 |
ExecutableFindByIdOperation.ExecutableFindById<T>
Provides methods for constructing query operations in a fluent way.
|
static interface |
ExecutableFindByIdOperation.FindByIdWithExpiry<T> |
static interface |
ExecutableInsertByIdOperation.ExecutableInsertById<T>
Provides methods for constructing KV insert operations in a fluent way.
|
static interface |
ExecutableInsertByIdOperation.InsertByIdWithExpiry<T> |
static interface |
ExecutableReplaceByIdOperation.ExecutableReplaceById<T>
Provides methods for constructing KV replace operations in a fluent way.
|
static interface |
ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry<T> |
static interface |
ExecutableUpsertByIdOperation.ExecutableUpsertById<T>
Provides methods for constructing KV operations in a fluent way.
|
static interface |
ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T> |
static interface |
ReactiveFindByIdOperation.FindByIdWithExpiry<T> |
static interface |
ReactiveFindByIdOperation.ReactiveFindById<T>
Provides methods for constructing query operations in a fluent way.
|
static interface |
ReactiveInsertByIdOperation.InsertByIdWithExpiry<T> |
static interface |
ReactiveInsertByIdOperation.ReactiveInsertById<T>
Provides methods for constructing KV insert operations in a fluent way.
|
static interface |
ReactiveReplaceByIdOperation.ReactiveReplaceById<T>
Provides methods for constructing KV replace operations in a fluent way.
|
static interface |
ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry<T> |
static interface |
ReactiveUpsertByIdOperation.ReactiveUpsertById<T>
Provides methods for constructing KV operations in a fluent way.
|
static interface |
ReactiveUpsertByIdOperation.UpsertByIdWithExpiry<T> |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.