Uses of Interface
org.springframework.data.mongodb.repository.query.MongoParameterAccessor
Package
Description
Query derivation mechanism for MongoDB specific repositories.
-
Uses of MongoParameterAccessor in org.springframework.data.mongodb.repository.query
Modifier and TypeClassDescriptionclass
CustomParameterAccessor
that uses aMongoWriter
to serialize parameters into Mongo format.class
Mongo-specificParametersParameterAccessor
to allow access to theDistance
parameter.Modifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<UpdateDefinition>
AbstractReactiveMongoQuery.createUpdate
(MongoParameterAccessor accessor) protected reactor.core.publisher.Mono<SpELExpressionEvaluator>
AbstractReactiveMongoQuery.getSpelEvaluatorFor
(ExpressionDependencies dependencies, MongoParameterAccessor accessor) Obtain apublisher
emitting theSpELExpressionEvaluator
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 ofoperations
.ModifierConstructorDescriptionConvertingParameterAccessor
(MongoWriter<?> writer, MongoParameterAccessor delegate) Creates a newConvertingParameterAccessor
with the givenMongoWriter
and delegate.