Uses of Interface
org.springframework.data.mongodb.repository.query.MongoParameterAccessor
Packages that use MongoParameterAccessor
Package
Description
Query derivation mechanism for MongoDB specific repositories.
-
Uses of MongoParameterAccessor in org.springframework.data.mongodb.repository.query
Classes in org.springframework.data.mongodb.repository.query that implement MongoParameterAccessorModifier and TypeClassDescriptionclassCustomParameterAccessorthat uses aMongoWriterto serialize parameters into Mongo format.classMongo-specificParametersParameterAccessorto allow access to theDistanceparameter.Methods in org.springframework.data.mongodb.repository.query with parameters of type MongoParameterAccessorModifier and TypeMethodDescriptionprotected Mono<UpdateDefinition> AbstractReactiveMongoQuery.createUpdate(MongoParameterAccessor accessor) protected ValueExpressionEvaluatorAbstractMongoQuery.getExpressionEvaluatorFor(MongoParameterAccessor accessor) Obtain aValueExpressionEvaluatorsuitable to evaluate expressions.protected Mono<ValueExpressionEvaluator> AbstractReactiveMongoQuery.getValueExpressionEvaluatorLater(ExpressionDependencies dependencies, MongoParameterAccessor accessor) Obtain apublisheremitting theValueExpressionEvaluatorsuitable to evaluate expressions backed by the given dependencies.protected 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.protected ParameterBindingContextAbstractMongoQuery.prepareBindingContext(String source, MongoParameterAccessor accessor) Create thebinding contextused for SpEL evaluation.Constructors in org.springframework.data.mongodb.repository.query with parameters of type MongoParameterAccessorModifierConstructorDescriptionConvertingParameterAccessor(MongoWriter<?> writer, MongoParameterAccessor delegate) Creates a newConvertingParameterAccessorwith the givenMongoWriterand delegate.GeoNearExecution(ExecutableFindOperation.FindWithQuery<?> operation, MongoQueryMethod method, MongoParameterAccessor accessor) MongoQueryCreator(PartTree tree, MongoParameterAccessor accessor, MappingContext<?, MongoPersistentProperty> context) Creates a newMongoQueryCreatorfrom the givenPartTree,ConvertingParameterAccessorandMappingContext.MongoQueryCreator(PartTree tree, MongoParameterAccessor accessor, MappingContext<?, MongoPersistentProperty> context, boolean isGeoNearQuery, boolean isSearchQuery) Creates a newMongoQueryCreatorfrom the givenPartTree,ConvertingParameterAccessorandMappingContext.