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.AbstractReactiveMongoQuery.createCountQuery(ConvertingParameterAccessor accessor) Creates aQueryinstance using the givenConvertingParameterAccessor.protected QueryPartTreeMongoQuery.createCountQuery(ConvertingParameterAccessor accessor) ReactivePartTreeMongoQuery.createCountQuery(ConvertingParameterAccessor accessor) protected abstract QueryAbstractMongoQuery.createQuery(ConvertingParameterAccessor accessor) Creates aQueryinstance using the givenParameterAccessorAbstractReactiveMongoQuery.createQuery(ConvertingParameterAccessor accessor) Creates aQueryinstance using the givenParameterAccessorprotected QueryPartTreeMongoQuery.createQuery(ConvertingParameterAccessor accessor) ReactivePartTreeMongoQuery.createQuery(ConvertingParameterAccessor accessor) ReactiveStringBasedAggregation.createQuery(ConvertingParameterAccessor accessor) 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 theaccessorAbstractReactiveMongoQuery.doExecute(ReactiveMongoQueryMethod method, ResultProcessor processor, ConvertingParameterAccessor accessor, Class<?> typeToRead) Execute theRepositoryQueryof the given method with the parameters provided by theaccessorReactiveStringBasedAggregation.doExecute(ReactiveMongoQueryMethod method, ResultProcessor processor, ConvertingParameterAccessor accessor, Class<?> ignored) protected ObjectStringBasedAggregation.doExecute(MongoQueryMethod method, ResultProcessor processor, ConvertingParameterAccessor accessor, Class<?> ignore) 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.