| 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 |
ReactiveFindByQueryOperation.FindByQueryWithDistinct<T>
Fluent method to specify DISTINCT fields
|
static interface |
ReactiveFindByQueryOperation.FindByQueryWithProjecting<T>
Fluent method to specify fields to project.
|
static interface |
ReactiveFindByQueryOperation.ReactiveFindByQuery<T>
provides methods for constructing query operations in a fluent way.
|
| Modifier and Type | Method and Description |
|---|---|
ReactiveFindByQueryOperation.FindByQueryWithProjection<T> |
ReactiveFindByQueryOperation.FindByQueryWithDistinct.distinct(String[] distinctFields)
Finds the distinct values for a specified field across a single or view.
|
ReactiveFindByQueryOperation.FindByQueryWithProjection<T> |
ReactiveFindByQueryOperation.FindByQueryWithProjecting.project(String[] fields)
Define the target type fields should be mapped to.
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.