public class ReactiveCouchbaseQueryMethod extends CouchbaseQueryMethod
CouchbaseQueryMethod.| Constructor and Description |
|---|
ReactiveCouchbaseQueryMethod(Method method,
org.springframework.data.repository.core.RepositoryMetadata metadata,
org.springframework.data.projection.ProjectionFactory projectionFactory,
org.springframework.data.mapping.context.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, toStringpublic ReactiveCouchbaseQueryMethod(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory projectionFactory, org.springframework.data.mapping.context.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.Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.