Package | Description |
---|---|
org.springframework.data.mongodb.repository.query |
Query derivation mechanism for MongoDB specific repositories.
|
Modifier and Type | Class and Description |
---|---|
class |
ConvertingParameterAccessor
Custom
ParameterAccessor that uses a MongoWriter to serialize parameters into Mongo format. |
class |
MongoParametersParameterAccessor
Mongo-specific
ParametersParameterAccessor to allow access to the Distance parameter. |
Modifier and Type | Method and Description |
---|---|
protected reactor.core.publisher.Mono<UpdateDefinition> |
AbstractReactiveMongoQuery.createUpdate(MongoParameterAccessor accessor)
|
protected reactor.core.publisher.Mono<SpELExpressionEvaluator> |
AbstractReactiveMongoQuery.getSpelEvaluatorFor(ExpressionDependencies dependencies,
MongoParameterAccessor accessor)
Obtain a
publisher emitting the SpELExpressionEvaluator suitable to evaluate expressions
backed by the given dependencies. |
protected reactor.core.publisher.Mono<List<AggregationOperation>> |
AbstractReactiveMongoQuery.parseAggregationPipeline(String[] pipeline,
MongoParameterAccessor accessor)
Parse the given aggregation pipeline stages applying values to placeholders to compute the actual list of
operations . |
Constructor and Description |
---|
ConvertingParameterAccessor(MongoWriter<?> writer,
MongoParameterAccessor delegate)
Creates a new
ConvertingParameterAccessor with the given MongoWriter and delegate. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.