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
ConstructorsConstructorDescriptionReactiveCouchbaseQueryMethod(Method method, RepositoryMetadata metadata, ProjectionFactory projectionFactory, MappingContext<? extends CouchbasePersistentEntity<?>, CouchbasePersistentProperty> mappingContext) Creates a newReactiveCouchbaseQueryMethodfrom the givenMethod. -
Method Summary
Methods inherited from class CouchbaseQueryMethod
getAnnotation, getCollection, getConsistencyAnnotation, getInlineN1qlQuery, getN1qlAnnotation, getScanConsistencyAnnotation, getScope, hasConsistencyAnnotation, hasInlineN1qlQuery, hasN1qlAnnotation, hasReactiveWrapperParameter, hasScanConsistencyAnnotation, isCountQuery, isDeleteQuery, isExistsQuery, toStringMethods inherited from class QueryMethod
createParameters, getDomainClass, getEntityInformation, getName, getNamedQueryName, getParameters, getResultProcessor, getReturnedObjectType, isModifyingQuery, isPageQuery, isQueryForEntity, isScrollQuery, isSearchQuery, isSliceQuery
-
Constructor Details
-
ReactiveCouchbaseQueryMethod
public ReactiveCouchbaseQueryMethod(Method method, RepositoryMetadata metadata, ProjectionFactory projectionFactory, MappingContext<? extends CouchbasePersistentEntity<?>, CouchbasePersistentProperty> mappingContext) Creates a newReactiveCouchbaseQueryMethodfrom 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:
isStreamQueryin classQueryMethod
-
isCollectionQuery
public boolean isCollectionQuery()- Overrides:
isCollectionQueryin classQueryMethod
-