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 |
ExecutableFindByQueryOperation.ExecutableFindByQuery<T>
Provides methods for constructing query operations in a fluent way.
|
static interface |
ExecutableFindByQueryOperation.FindByQueryWithDistinct<T>
Fluent method to specify DISTINCT fields
|
static interface |
ExecutableFindByQueryOperation.FindByQueryWithProjection<T>
Fluent method to specify a return type different than the the entity type to use for the results.
|
Modifier and Type | Method and Description |
---|---|
<R> ExecutableFindByQueryOperation.FindByQueryWithConsistency<R> |
ExecutableFindByQueryOperation.FindByQueryWithProjection.as(Class<R> returnType)
Define the target type fields should be mapped to.
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.