Uses of Class
org.springframework.data.mongodb.repository.query.ReactiveMongoQueryMethod
Packages that use ReactiveMongoQueryMethod
Package
Description
Query derivation mechanism for MongoDB specific repositories.
-
Uses of ReactiveMongoQueryMethod in org.springframework.data.mongodb.repository.query
Methods in org.springframework.data.mongodb.repository.query with parameters of type ReactiveMongoQueryMethodModifier and TypeMethodDescriptionprotected org.reactivestreams.Publisher<Object>AbstractReactiveMongoQuery.doExecute(ReactiveMongoQueryMethod method, ResultProcessor processor, ConvertingParameterAccessor accessor, Class<?> typeToRead) Execute theRepositoryQueryof the given method with the parameters provided by theaccessorprotected org.reactivestreams.Publisher<Object>ReactiveStringBasedAggregation.doExecute(ReactiveMongoQueryMethod method, ResultProcessor processor, ConvertingParameterAccessor accessor, Class<?> typeToRead) Constructors in org.springframework.data.mongodb.repository.query with parameters of type ReactiveMongoQueryMethodModifierConstructorDescriptionAbstractReactiveMongoQuery(ReactiveMongoQueryMethod method, ReactiveMongoOperations operations, ExpressionParser expressionParser, ReactiveQueryMethodEvaluationContextProvider evaluationContextProvider) ReactivePartTreeMongoQuery(ReactiveMongoQueryMethod method, ReactiveMongoOperations mongoOperations, ExpressionParser expressionParser, ReactiveQueryMethodEvaluationContextProvider evaluationContextProvider) ReactiveStringBasedAggregation(ReactiveMongoQueryMethod method, ReactiveMongoOperations reactiveMongoOperations, ExpressionParser expressionParser, ReactiveQueryMethodEvaluationContextProvider evaluationContextProvider) ReactiveStringBasedMongoQuery(String query, ReactiveMongoQueryMethod method, ReactiveMongoOperations mongoOperations, ExpressionParser expressionParser, ReactiveQueryMethodEvaluationContextProvider evaluationContextProvider) Creates a newReactiveStringBasedMongoQueryfor the givenString,MongoQueryMethod,MongoOperations,SpelExpressionParserandReactiveExtensionAwareQueryMethodEvaluationContextProvider.ReactiveStringBasedMongoQuery(ReactiveMongoQueryMethod method, ReactiveMongoOperations mongoOperations, ExpressionParser expressionParser, ReactiveQueryMethodEvaluationContextProvider evaluationContextProvider)