public class ReactivePartTreeCouchbaseQuery extends AbstractReactiveCouchbaseQuery
RepositoryQuery implementation for Couchbase. Replaces ReactivePartN1qlBasedQuery| Constructor and Description |
|---|
ReactivePartTreeCouchbaseQuery(ReactiveCouchbaseQueryMethod method,
ReactiveCouchbaseOperations operations,
SpelExpressionParser expressionParser,
QueryMethodEvaluationContextProvider evaluationContextProvider)
|
| Modifier and Type | Method and Description |
|---|---|
protected Query |
createCountQuery(ParametersParameterAccessor accessor)
Creates a
Query instance using the given ParametersParameterAccessor. |
protected Query |
createQuery(ParametersParameterAccessor accessor)
Creates a
Query instance using the given ParameterAccessor |
PartTree |
getTree()
Return the
PartTree backing the query. |
protected boolean |
isLimiting()
Return whether the query has an explicit limit set.
|
doExecuteexecute, getOperations, getQueryMethod, isCountQuery, isDeleteQuery, isExistsQueryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, getQueryMethodpublic ReactivePartTreeCouchbaseQuery(ReactiveCouchbaseQueryMethod method, ReactiveCouchbaseOperations operations, SpelExpressionParser expressionParser, QueryMethodEvaluationContextProvider evaluationContextProvider)
method - must not be null.operations - must not be null.expressionParser - must not be null.evaluationContextProvider - must not be null.protected Query createQuery(ParametersParameterAccessor accessor)
AbstractCouchbaseQueryBaseQuery instance using the given ParameterAccessorcreateQuery in class AbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>accessor - must not be null.protected Query createCountQuery(ParametersParameterAccessor accessor)
AbstractCouchbaseQueryBaseQuery instance using the given ParametersParameterAccessor. Will delegate to
AbstractCouchbaseQueryBase.createQuery(ParametersParameterAccessor) by default but allows customization of the count query to be
triggered.createCountQuery in class AbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>accessor - must not be null.protected boolean isLimiting()
AbstractCouchbaseQueryBaseisLimiting in class AbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.