| 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 |
ReactiveFindByIdOperation.FindByIdInScope<T>
Fluent method to specify the scope.
|
static interface |
ReactiveFindByIdOperation.FindByIdWithExpiry<T> |
static interface |
ReactiveFindByIdOperation.FindByIdWithProjection<T> |
static interface |
ReactiveFindByIdOperation.ReactiveFindById<T>
Provides methods for constructing query operations in a fluent way.
|
| Modifier and Type | Method and Description |
|---|---|
ReactiveFindByIdOperation.FindByIdInCollection<T> |
ReactiveFindByIdOperation.FindByIdInScope.inScope(String scope)
With a different scope
|
ReactiveFindByIdOperation.FindByIdInCollection<T> |
ReactiveFindByIdOperation.FindByIdWithProjection.project(String... fields)
Load only certain fields for the document.
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.