| Package | Description |
|---|---|
| org.springframework.data.mongodb.repository.query |
Query derivation mechanism for MongoDB specific repositories.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.reactivestreams.Publisher<Object> |
ReactiveStringBasedAggregation.doExecute(ReactiveMongoQueryMethod method,
org.springframework.data.repository.query.ResultProcessor processor,
ConvertingParameterAccessor accessor,
Class<?> typeToRead) |
protected org.reactivestreams.Publisher<Object> |
AbstractReactiveMongoQuery.doExecute(ReactiveMongoQueryMethod method,
org.springframework.data.repository.query.ResultProcessor processor,
ConvertingParameterAccessor accessor,
Class<?> typeToRead)
Execute the
RepositoryQuery of the given method with the parameters provided by the
accessor |
| Constructor and Description |
|---|
AbstractReactiveMongoQuery(ReactiveMongoQueryMethod method,
ReactiveMongoOperations operations,
ExpressionParser expressionParser,
org.springframework.data.repository.query.ReactiveQueryMethodEvaluationContextProvider evaluationContextProvider)
|
ReactivePartTreeMongoQuery(ReactiveMongoQueryMethod method,
ReactiveMongoOperations mongoOperations,
ExpressionParser expressionParser,
org.springframework.data.repository.query.ReactiveQueryMethodEvaluationContextProvider evaluationContextProvider)
|
ReactiveStringBasedAggregation(ReactiveMongoQueryMethod method,
ReactiveMongoOperations reactiveMongoOperations,
ExpressionParser expressionParser,
org.springframework.data.repository.query.ReactiveQueryMethodEvaluationContextProvider evaluationContextProvider) |
ReactiveStringBasedMongoQuery(ReactiveMongoQueryMethod method,
ReactiveMongoOperations mongoOperations,
ExpressionParser expressionParser,
org.springframework.data.repository.query.ReactiveQueryMethodEvaluationContextProvider evaluationContextProvider)
|
ReactiveStringBasedMongoQuery(String query,
ReactiveMongoQueryMethod method,
ReactiveMongoOperations mongoOperations,
ExpressionParser expressionParser,
org.springframework.data.repository.query.ReactiveQueryMethodEvaluationContextProvider evaluationContextProvider)
Creates a new
ReactiveStringBasedMongoQuery for the given String, MongoQueryMethod,
MongoOperations, SpelExpressionParser and
ReactiveExtensionAwareQueryMethodEvaluationContextProvider. |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.