Class ReactiveCouchbaseRepositoryQuery
java.lang.Object
org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>
org.springframework.data.couchbase.repository.query.AbstractReactiveCouchbaseQuery
org.springframework.data.couchbase.repository.query.ReactiveCouchbaseRepositoryQuery
- All Implemented Interfaces:
RepositoryQuery
Deprecated.
- Author:
- Michael Nitschinger, Michael Reiche
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveCouchbaseRepositoryQuery(ReactiveCouchbaseOperations operations, ReactiveCouchbaseQueryMethod queryMethod, NamedQueries namedQueries) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected QuerycreateCountQuery(ParametersParameterAccessor accessor) Deprecated.Creates aQueryinstance using the givenParametersParameterAccessor.protected QuerycreateQuery(ParametersParameterAccessor accessor) Deprecated.Creates aQueryinstance using the givenParameterAccessorDeprecated.Execute the query with the provided parametersDeprecated.protected booleanDeprecated.Return whether the query has an explicit limit set.Methods inherited from class org.springframework.data.couchbase.repository.query.AbstractReactiveCouchbaseQuery
doExecuteMethods inherited from class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
getOperations, isCountQuery, isDeleteQuery, isExistsQuery
-
Constructor Details
-
ReactiveCouchbaseRepositoryQuery
public ReactiveCouchbaseRepositoryQuery(ReactiveCouchbaseOperations operations, ReactiveCouchbaseQueryMethod queryMethod, NamedQueries namedQueries) Deprecated.
-
-
Method Details
-
execute
Deprecated.Description copied from class:AbstractCouchbaseQueryBaseExecute the query with the provided parameters- Specified by:
executein interfaceRepositoryQuery- Overrides:
executein classAbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>- See Also:
-
createCountQuery
Deprecated.Description copied from class:AbstractCouchbaseQueryBaseCreates aQueryinstance using the givenParametersParameterAccessor. Will delegate toAbstractCouchbaseQueryBase.createQuery(ParametersParameterAccessor)by default but allows customization of the count query to be triggered.- Specified by:
createCountQueryin classAbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>- Parameters:
accessor- must not be null.- Returns:
-
createQuery
Deprecated.Description copied from class:AbstractCouchbaseQueryBaseCreates aQueryinstance using the givenParameterAccessor- Specified by:
createQueryin classAbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>- Parameters:
accessor- must not be null.- Returns:
-
isLimiting
protected boolean isLimiting()Deprecated.Description copied from class:AbstractCouchbaseQueryBaseReturn whether the query has an explicit limit set.- Specified by:
isLimitingin classAbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>- Returns:
-
getQueryMethod
Deprecated.- Specified by:
getQueryMethodin interfaceRepositoryQuery- Overrides:
getQueryMethodin classAbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>
-