| Package | Description |
|---|---|
| org.springframework.data.couchbase.repository.query |
This package contains classes related to query derivation and concrete ways of querying couchbase.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReactiveCouchbaseQueryMethod
Reactive specific implementation of
CouchbaseQueryMethod. |
| Modifier and Type | Field and Description |
|---|---|
protected CouchbaseQueryMethod |
ReactiveAbstractN1qlBasedQuery.queryMethod |
protected CouchbaseQueryMethod |
AbstractN1qlBasedQuery.queryMethod |
| Modifier and Type | Method and Description |
|---|---|
CouchbaseQueryMethod |
AbstractCouchbaseQueryBase.getQueryMethod() |
CouchbaseQueryMethod |
ReactiveAbstractN1qlBasedQuery.getQueryMethod() |
CouchbaseQueryMethod |
AbstractN1qlBasedQuery.getQueryMethod() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
AbstractCouchbaseQueryBase.doExecute(CouchbaseQueryMethod method,
ResultProcessor processor,
ParametersParameterAccessor accessor,
Class<?> typeToRead)
Execute the
RepositoryQuery of the given method with the parameters provided by the
accessor |
protected Object |
AbstractCouchbaseQuery.doExecute(CouchbaseQueryMethod method,
ResultProcessor processor,
ParametersParameterAccessor accessor,
Class<?> typeToRead)
Execute the
RepositoryQuery of the given method with the parameters provided by the
accessor |
protected Object |
AbstractReactiveCouchbaseQuery.doExecute(CouchbaseQueryMethod method,
ResultProcessor processor,
ParametersParameterAccessor accessor,
Class<?> typeToRead)
Execute the
RepositoryQuery of the given method with the parameters provided by the
accessor |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.