@Deprecated public class ReactiveCouchbaseRepositoryQuery extends AbstractReactiveCouchbaseQuery
| Constructor and Description |
|---|
ReactiveCouchbaseRepositoryQuery(ReactiveCouchbaseOperations operations,
ReactiveCouchbaseQueryMethod queryMethod,
NamedQueries namedQueries)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Query |
createCountQuery(ParametersParameterAccessor accessor)
Deprecated.
Creates a
Query instance using the given ParametersParameterAccessor. |
protected Query |
createQuery(ParametersParameterAccessor accessor)
Deprecated.
Creates a
Query instance using the given ParameterAccessor |
Object |
execute(Object[] parameters)
Deprecated.
Execute the query with the provided parameters
|
ReactiveCouchbaseQueryMethod |
getQueryMethod()
Deprecated.
|
protected boolean |
isLimiting()
Deprecated.
Return whether the query has an explicit limit set.
|
doExecutegetOperations, isCountQuery, isDeleteQuery, isExistsQuerypublic ReactiveCouchbaseRepositoryQuery(ReactiveCouchbaseOperations operations, ReactiveCouchbaseQueryMethod queryMethod, NamedQueries namedQueries)
public Object execute(Object[] parameters)
AbstractCouchbaseQueryBaseexecute in interface RepositoryQueryexecute in class AbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>RepositoryQuery.execute(java.lang.Object[])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 Query createQuery(ParametersParameterAccessor accessor)
AbstractCouchbaseQueryBaseQuery instance using the given ParameterAccessorcreateQuery in class AbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>accessor - must not be null.protected boolean isLimiting()
AbstractCouchbaseQueryBaseisLimiting in class AbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>public ReactiveCouchbaseQueryMethod getQueryMethod()
getQueryMethod in interface RepositoryQuerygetQueryMethod in class AbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.