public class ReactiveMongoQueryMethod extends MongoQueryMethod
MongoQueryMethod.| Constructor and Description | 
|---|
| ReactiveMongoQueryMethod(Method method,
                        RepositoryMetadata metadata,
                        ProjectionFactory projectionFactory,
                        MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext)Creates a new  ReactiveMongoQueryMethodfrom the givenMethod. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected MongoParameters | createParameters(Method method) | 
| boolean | hasReactiveWrapperParameter()Check if the given  QueryMethodreceives a reactive parameter
 wrapper as one of its parameters. | 
| boolean | isCollectionQuery() | 
| boolean | isGeoNearQuery()Returns whether the query is a geo near query. | 
| boolean | isModifyingQuery() | 
| boolean | isQueryForEntity() | 
| boolean | isStreamQuery() | 
| void | verify()Verify the actual  QueryMethodis valid in terms of supported return and parameter types. | 
getAnnotatedAggregation, getAnnotatedCollation, getAnnotatedSort, getDomainClass, getEntityInformation, getParameters, getQueryMetaAttributes, getUpdateSource, hasAnnotatedAggregation, hasAnnotatedCollation, hasAnnotatedQuery, hasAnnotatedSort, hasAnnotatedUpdate, hasQueryMetaAttributesgetName, getNamedQueryName, getResultProcessor, getReturnedObjectType, isPageQuery, isSliceQuery, toStringpublic ReactiveMongoQueryMethod(Method method, RepositoryMetadata metadata, ProjectionFactory projectionFactory, MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext)
ReactiveMongoQueryMethod from the given Method.method - must not be null.metadata - must not be null.projectionFactory - must not be null.mappingContext - must not be null.protected MongoParameters createParameters(Method method)
createParameters in class MongoQueryMethodpublic boolean isCollectionQuery()
isCollectionQuery in class QueryMethodpublic boolean isGeoNearQuery()
MongoQueryMethodisGeoNearQuery in class MongoQueryMethodpublic boolean isModifyingQuery()
isModifyingQuery in class MongoQueryMethodpublic boolean isQueryForEntity()
isQueryForEntity in class QueryMethodpublic boolean isStreamQuery()
isStreamQuery in class QueryMethodpublic boolean hasReactiveWrapperParameter()
QueryMethod receives a reactive parameter
 wrapper as one of its parameters.public void verify()
MongoQueryMethodQueryMethod is valid in terms of supported return and parameter types.verify in class MongoQueryMethodCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.