@Deprecated public class ReactiveCouchbaseRepositoryQuery extends AbstractReactiveCouchbaseQuery
| Constructor and Description |
|---|
ReactiveCouchbaseRepositoryQuery(ReactiveCouchbaseOperations operations,
ReactiveCouchbaseQueryMethod queryMethod,
org.springframework.data.repository.core.NamedQueries namedQueries)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Query |
createCountQuery(org.springframework.data.repository.query.ParametersParameterAccessor accessor)
Deprecated.
Creates a
Query instance using the given ParametersParameterAccessor. |
protected Query |
createQuery(org.springframework.data.repository.query.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, org.springframework.data.repository.core.NamedQueries namedQueries)
public Object execute(Object[] parameters)
AbstractCouchbaseQueryBaseexecute in interface org.springframework.data.repository.query.RepositoryQueryexecute in class AbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>RepositoryQuery.execute(java.lang.Object[])protected Query createCountQuery(org.springframework.data.repository.query.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(org.springframework.data.repository.query.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 org.springframework.data.repository.query.RepositoryQuerygetQueryMethod in class AbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.