Class ReactiveCouchbaseQueryMethod
java.lang.Object
org.springframework.data.repository.query.QueryMethod
org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
org.springframework.data.couchbase.repository.query.ReactiveCouchbaseQueryMethod
Reactive specific implementation of
CouchbaseQueryMethod
.- Since:
- 4.1
- Author:
- Michael Reiche
-
Constructor Summary
ConstructorDescriptionReactiveCouchbaseQueryMethod
(Method method, RepositoryMetadata metadata, ProjectionFactory projectionFactory, MappingContext<? extends CouchbasePersistentEntity<?>, CouchbasePersistentProperty> mappingContext) Creates a newReactiveCouchbaseQueryMethod
from the givenMethod
. -
Method Summary
Methods inherited from class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
getAnnotation, getCollection, getConsistencyAnnotation, getInlineN1qlQuery, getN1qlAnnotation, getScanConsistencyAnnotation, getScope, hasConsistencyAnnotation, hasInlineN1qlQuery, hasN1qlAnnotation, hasReactiveWrapperParameter, hasScanConsistencyAnnotation, isCountQuery, isDeleteQuery, isExistsQuery, toString
Methods inherited from class org.springframework.data.repository.query.QueryMethod
createParameters, createParameters, getDomainClass, getEntityInformation, getName, getNamedQueryName, getParameters, getResultProcessor, getReturnedObjectType, isModifyingQuery, isPageQuery, isQueryForEntity, isScrollQuery, isSliceQuery
-
Constructor Details
-
ReactiveCouchbaseQueryMethod
public ReactiveCouchbaseQueryMethod(Method method, RepositoryMetadata metadata, ProjectionFactory projectionFactory, MappingContext<? extends CouchbasePersistentEntity<?>, CouchbasePersistentProperty> mappingContext) Creates a newReactiveCouchbaseQueryMethod
from the givenMethod
.- Parameters:
method
- must not be null.metadata
- must not be null.projectionFactory
- must not be null.mappingContext
- must not be null.
-
-
Method Details
-
isStreamQuery
public boolean isStreamQuery()- Overrides:
isStreamQuery
in classQueryMethod
-
isCollectionQuery
public boolean isCollectionQuery()- Overrides:
isCollectionQuery
in classQueryMethod
-