| 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 |
ReactiveFindByAnalyticsOperation.FindByAnalyticsConsistentWith<T>
Deprecated.
|
static interface |
ReactiveFindByAnalyticsOperation.FindByAnalyticsInCollection<T>
Fluent method to specify the collection.
|
static interface |
ReactiveFindByAnalyticsOperation.FindByAnalyticsInScope<T>
Fluent method to specify the scope.
|
static interface |
ReactiveFindByAnalyticsOperation.FindByAnalyticsWithConsistency<T> |
static interface |
ReactiveFindByAnalyticsOperation.FindByAnalyticsWithOptions<T>
Fluent method to specify options.
|
static interface |
ReactiveFindByAnalyticsOperation.FindByAnalyticsWithProjection<T>
Result type override (Optional).
|
static interface |
ReactiveFindByAnalyticsOperation.FindByAnalyticsWithQuery<T> |
static interface |
ReactiveFindByAnalyticsOperation.ReactiveFindByAnalytics<T> |
static interface |
ReactiveFindByAnalyticsOperation.TerminatingFindByAnalytics<T>
Terminating operations invoking the actual execution.
|
static interface |
ReactiveFindByQueryOperation.FindByQueryConsistentWith<T>
Deprecated.
|
static interface |
ReactiveFindByQueryOperation.FindByQueryInCollection<T>
Fluent method to specify the collection
|
static interface |
ReactiveFindByQueryOperation.FindByQueryInScope<T>
Fluent method to specify the scope
|
static interface |
ReactiveFindByQueryOperation.FindByQueryWithConsistency<T>
Fluent method to specify scan consistency.
|
static interface |
ReactiveFindByQueryOperation.FindByQueryWithDistinct<T>
Fluent method to specify DISTINCT fields
|
static interface |
ReactiveFindByQueryOperation.FindByQueryWithOptions<T>
Fluent method to specify options.
|
static interface |
ReactiveFindByQueryOperation.FindByQueryWithProjecting<T>
Fluent method to specify fields to project.
|
static interface |
ReactiveFindByQueryOperation.FindByQueryWithProjection<T>
Fluent method to specify a return type different than the the entity type to use for the results.
|
static interface |
ReactiveFindByQueryOperation.FindByQueryWithQuery<T>
Fluent methods to filter by query
|
static interface |
ReactiveFindByQueryOperation.ReactiveFindByQuery<T>
provides methods for constructing query operations in a fluent way.
|
static interface |
ReactiveFindByQueryOperation.TerminatingFindByQuery<T>
Compose find execution by calling one of the terminating methods.
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.