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 TypeMethodDescriptionAbstractReactiveMongoQuery.doExecute(ReactiveMongoQueryMethod method, ResultProcessor processor, ConvertingParameterAccessor accessor, @Nullable Class<?> typeToRead) Execute theRepositoryQueryof the given method with the parameters provided by theaccessorReactiveStringBasedAggregation.doExecute(ReactiveMongoQueryMethod method, ResultProcessor processor, ConvertingParameterAccessor accessor, @Nullable Class<?> ignored) ReactiveVectorSearchAggregation.doExecute(ReactiveMongoQueryMethod method, ResultProcessor processor, ConvertingParameterAccessor accessor, @Nullable Class<?> typeToRead) Constructors in org.springframework.data.mongodb.repository.query with parameters of type ReactiveMongoQueryMethodModifierConstructorDescriptionAbstractReactiveMongoQuery(ReactiveMongoQueryMethod method, ReactiveMongoOperations operations, ValueExpressionDelegate delegate) ReactivePartTreeMongoQuery(ReactiveMongoQueryMethod method, ReactiveMongoOperations mongoOperations, ValueExpressionDelegate delegate) ReactiveStringBasedAggregation(ReactiveMongoQueryMethod method, ReactiveMongoOperations reactiveMongoOperations, ValueExpressionDelegate delegate) ReactiveStringBasedMongoQuery(String query, ReactiveMongoQueryMethod method, ReactiveMongoOperations mongoOperations, ValueExpressionDelegate delegate) Creates a newReactiveStringBasedMongoQueryfor the givenString,MongoQueryMethod,MongoOperations,ValueExpressionDelegate.ReactiveStringBasedMongoQuery(ReactiveMongoQueryMethod method, ReactiveMongoOperations mongoOperations, ValueExpressionDelegate delegate) Creates a newReactiveStringBasedMongoQueryfor the givenMongoQueryMethod,MongoOperationsandValueExpressionDelegate.ReactiveVectorSearchAggregation(ReactiveMongoQueryMethod method, ReactiveMongoOperations mongoOperations, ValueExpressionDelegate delegate)