Uses of Class
org.springframework.data.mongodb.repository.query.ConvertingParameterAccessor
Packages that use ConvertingParameterAccessor
Package
Description
Query derivation mechanism for MongoDB specific repositories.
-
Uses of ConvertingParameterAccessor in org.springframework.data.mongodb.repository.query
Methods in org.springframework.data.mongodb.repository.query with parameters of type ConvertingParameterAccessorModifier and TypeMethodDescriptionprotected QueryAbstractMongoQuery.createCountQuery(ConvertingParameterAccessor accessor) Creates aQueryinstance using the givenConvertingParameterAccessor.protected reactor.core.publisher.Mono<Query>AbstractReactiveMongoQuery.createCountQuery(ConvertingParameterAccessor accessor) Creates aQueryinstance using the givenConvertingParameterAccessor.protected QueryPartTreeMongoQuery.createCountQuery(ConvertingParameterAccessor accessor) protected reactor.core.publisher.Mono<Query>ReactivePartTreeMongoQuery.createCountQuery(ConvertingParameterAccessor accessor) protected abstract QueryAbstractMongoQuery.createQuery(ConvertingParameterAccessor accessor) Creates aQueryinstance using the givenParameterAccessorprotected abstract reactor.core.publisher.Mono<Query>AbstractReactiveMongoQuery.createQuery(ConvertingParameterAccessor accessor) Creates aQueryinstance using the givenParameterAccessorprotected QueryPartTreeMongoQuery.createQuery(ConvertingParameterAccessor accessor) protected reactor.core.publisher.Mono<Query>ReactivePartTreeMongoQuery.createQuery(ConvertingParameterAccessor accessor) protected reactor.core.publisher.Mono<Query>ReactiveStringBasedAggregation.createQuery(ConvertingParameterAccessor accessor) protected reactor.core.publisher.Mono<Query>ReactiveStringBasedMongoQuery.createQuery(ConvertingParameterAccessor accessor) protected QueryStringBasedAggregation.createQuery(ConvertingParameterAccessor accessor) protected QueryStringBasedMongoQuery.createQuery(ConvertingParameterAccessor accessor) protected UpdateDefinitionAbstractMongoQuery.createUpdate(ConvertingParameterAccessor accessor) protected ObjectAbstractMongoQuery.doExecute(MongoQueryMethod method, ResultProcessor processor, ConvertingParameterAccessor accessor, Class<?> typeToRead) Execute theRepositoryQueryof the given method with the parameters provided by theaccessorprotected org.reactivestreams.Publisher<Object>AbstractReactiveMongoQuery.doExecute(ReactiveMongoQueryMethod method, ResultProcessor processor, ConvertingParameterAccessor accessor, Class<?> typeToRead) Execute theRepositoryQueryof the given method with the parameters provided by theaccessorprotected org.reactivestreams.Publisher<Object>ReactiveStringBasedAggregation.doExecute(ReactiveMongoQueryMethod method, ResultProcessor processor, ConvertingParameterAccessor accessor, Class<?> typeToRead) protected ObjectStringBasedAggregation.doExecute(MongoQueryMethod method, ResultProcessor resultProcessor, ConvertingParameterAccessor accessor, Class<?> typeToRead) protected SpELExpressionEvaluatorAbstractMongoQuery.getSpELExpressionEvaluatorFor(ExpressionDependencies dependencies, ConvertingParameterAccessor accessor) Obtain a theEvaluationContextsuitable to evaluate expressions backed by the given dependencies.protected List<AggregationOperation>AbstractMongoQuery.parseAggregationPipeline(String[] sourcePipeline, ConvertingParameterAccessor accessor) Parse the given aggregation pipeline stages applying values to placeholders to compute the actual list ofoperations.protected ParameterBindingContextAbstractMongoQuery.prepareBindingContext(String source, ConvertingParameterAccessor accessor) Create thebinding contextused for SpEL evaluation.