public class ReactiveMongoQueryMethod extends MongoQueryMethod
MongoQueryMethod.| Constructor and Description |
|---|
ReactiveMongoQueryMethod(Method method,
RepositoryMetadata metadata,
ProjectionFactory projectionFactory,
MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext)
Creates a new
ReactiveMongoQueryMethod from the given Method. |
| Modifier and Type | Method and Description |
|---|---|
protected MongoParameters |
createParameters(Method method) |
boolean |
hasReactiveWrapperParameter()
Check if the given
QueryMethod receives 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() |
getAnnotatedAggregation, getAnnotatedCollation, getAnnotatedSort, getDomainClass, getEntityInformation, getParameters, getQueryMetaAttributes, hasAnnotatedAggregation, hasAnnotatedCollation, hasAnnotatedQuery, hasAnnotatedSort, 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 QueryMethodpublic 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.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.