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
ConstructorDescriptionReactiveCouchbaseRepositoryQuery
(ReactiveCouchbaseOperations operations, ReactiveCouchbaseQueryMethod queryMethod, NamedQueries namedQueries) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected Query
createCountQuery
(ParametersParameterAccessor accessor) Deprecated.Creates aQuery
instance using the givenParametersParameterAccessor
.protected Query
createQuery
(ParametersParameterAccessor accessor) Deprecated.Creates aQuery
instance using the givenParameterAccessor
Deprecated.Execute the query with the provided parametersDeprecated.protected boolean
Deprecated.Return whether the query has an explicit limit set.Methods inherited from class org.springframework.data.couchbase.repository.query.AbstractReactiveCouchbaseQuery
doExecute
Methods 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:AbstractCouchbaseQueryBase
Execute the query with the provided parameters- Specified by:
execute
in interfaceRepositoryQuery
- Overrides:
execute
in classAbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>
- See Also:
-
createCountQuery
Deprecated.Description copied from class:AbstractCouchbaseQueryBase
Creates aQuery
instance using the givenParametersParameterAccessor
. Will delegate toAbstractCouchbaseQueryBase.createQuery(ParametersParameterAccessor)
by default but allows customization of the count query to be triggered.- Specified by:
createCountQuery
in classAbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>
- Parameters:
accessor
- must not be null.- Returns:
-
createQuery
Deprecated.Description copied from class:AbstractCouchbaseQueryBase
Creates aQuery
instance using the givenParameterAccessor
- Specified by:
createQuery
in classAbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>
- Parameters:
accessor
- must not be null.- Returns:
-
isLimiting
protected boolean isLimiting()Deprecated.Description copied from class:AbstractCouchbaseQueryBase
Return whether the query has an explicit limit set.- Specified by:
isLimiting
in classAbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>
- Returns:
-
getQueryMethod
Deprecated.- Specified by:
getQueryMethod
in interfaceRepositoryQuery
- Overrides:
getQueryMethod
in classAbstractCouchbaseQueryBase<ReactiveCouchbaseOperations>
-