public class ReactiveCouchbaseQueryMethod extends CouchbaseQueryMethod
CouchbaseQueryMethod.| Constructor and Description |
|---|
ReactiveCouchbaseQueryMethod(Method method,
RepositoryMetadata metadata,
ProjectionFactory projectionFactory,
MappingContext<? extends CouchbasePersistentEntity<?>,CouchbasePersistentProperty> mappingContext)
Creates a new
ReactiveCouchbaseQueryMethod from the given Method. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCollectionQuery() |
boolean |
isStreamQuery() |
getAnnotation, getClassAnnotation, getCollection, getConsistencyAnnotation, getDimensionalAnnotation, getEntityAnnotation, getInlineN1qlQuery, getN1qlAnnotation, getRepositoryAnnotation, getScanConsistencyAnnotation, getScope, getViewAnnotation, hasConsistencyAnnotation, hasDesignDoc, hasDimensionalAnnotation, hasInlineN1qlQuery, hasN1qlAnnotation, hasReactiveWrapperParameter, hasScanConsistencyAnnotation, hasViewAnnotation, hasViewName, hasViewSpecification, isCountQuery, isDeleteQuery, isExistsQuery, toStringcreateParameters, getDomainClass, getEntityInformation, getName, getNamedQueryName, getParameters, getResultProcessor, getReturnedObjectType, isModifyingQuery, isPageQuery, isQueryForEntity, isSliceQuerypublic ReactiveCouchbaseQueryMethod(Method method, RepositoryMetadata metadata, ProjectionFactory projectionFactory, MappingContext<? extends CouchbasePersistentEntity<?>,CouchbasePersistentProperty> mappingContext)
ReactiveCouchbaseQueryMethod from the given Method.method - must not be null.metadata - must not be null.projectionFactory - must not be null.mappingContext - must not be null.public boolean isStreamQuery()
isStreamQuery in class QueryMethodpublic boolean isCollectionQuery()
isCollectionQuery in class QueryMethodCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.