| 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.InsertByIdInScope<T>
Fluent method to specify the scope.
|
static interface |
ReactiveInsertByIdOperation.InsertByIdWithDurability<T> |
static interface |
ReactiveInsertByIdOperation.InsertByIdWithExpiry<T> |
static interface |
ReactiveInsertByIdOperation.ReactiveInsertById<T>
Provides methods for constructing KV insert operations in a fluent way.
|
| Modifier and Type | Method and Description |
|---|---|
ReactiveInsertByIdOperation.InsertByIdInCollection<T> |
ReactiveInsertByIdOperation.InsertByIdInScope.inScope(String scope)
With a different scope
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.