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) ReactiveVectorSearchAggregation.createQuery(ConvertingParameterAccessor accessor) protected QueryStringBasedAggregation.createQuery(ConvertingParameterAccessor accessor) protected QueryStringBasedMongoQuery.createQuery(ConvertingParameterAccessor accessor) protected QueryVectorSearchAggregation.createQuery(ConvertingParameterAccessor accessor) protected UpdateDefinitionAbstractMongoQuery.createUpdate(ConvertingParameterAccessor accessor) protected @Nullable ObjectAbstractMongoQuery.doExecute(MongoQueryMethod method, ResultProcessor processor, ConvertingParameterAccessor accessor, @Nullable Class<?> typeToRead) Execute theRepositoryQueryof the given method with the parameters provided by theaccessorAbstractReactiveMongoQuery.doExecute(ReactiveMongoQueryMethod method, ResultProcessor processor, ConvertingParameterAccessor accessor, @Nullable Class<?> typeToRead) Execute theRepositoryQueryof the given method with the parameters provided by theaccessorReactiveStringBasedAggregation.doExecute(ReactiveMongoQueryMethod method, ResultProcessor processor, ConvertingParameterAccessor accessor, @Nullable Class<?> ignored) ReactiveVectorSearchAggregation.doExecute(ReactiveMongoQueryMethod method, ResultProcessor processor, ConvertingParameterAccessor accessor, @Nullable Class<?> typeToRead) protected @Nullable ObjectStringBasedAggregation.doExecute(MongoQueryMethod method, ResultProcessor processor, ConvertingParameterAccessor accessor, @Nullable Class<?> ignore) protected ObjectVectorSearchAggregation.doExecute(MongoQueryMethod method, ResultProcessor processor, ConvertingParameterAccessor accessor, @Nullable Class<?> typeToRead) 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.