Uses of Class
org.springframework.data.repository.query.Parameters
Packages that use Parameters
Package
Description
Support classes to work with query methods.
-
Uses of Parameters in org.springframework.data.repository.query
Classes in org.springframework.data.repository.query with type parameters of type ParametersModifier and TypeClassDescriptionclassParameters<S extends Parameters<S,T>, T extends Parameter> Abstracts method parameters that have to be bound to query parameters or applied to the query independently.Subclasses of Parameters in org.springframework.data.repository.queryMethods in org.springframework.data.repository.query that return ParametersModifier and TypeMethodDescriptionprotected Parameters<?, ?> QueryMethod.createParameters(ParametersSource parametersSource) Deprecated.Parameters<?, ?> ParametersParameterAccessor.getParameters()Returns theParametersinstance backing the accessor.Parameters<?, ?> QueryMethod.getParameters()Returns theParameterswrapper to gain additional information aboutMethodparameters.Methods in org.springframework.data.repository.query with parameters of type ParametersModifier and TypeMethodDescriptionQueryMethodValueEvaluationContextAccessor.create(Parameters<?, ?> parameters) Creates a newValueEvaluationContextProviderfor the givenParameters.ValueExpressionDelegate.createValueContextProvider(Parameters<?, ?> parameters) Creates aValueEvaluationContextProviderfor query methodParametersfor later creation of aValueEvaluationContextbased on the actual method parameter values.ValueExpressionQueryRewriter.EvaluatingValueExpressionQueryRewriter.parse(String query, Parameters<?, ?> parameters) Parses the query for Value Expressions using the pattern:Constructors in org.springframework.data.repository.query with parameters of type ParametersModifierConstructorDescriptionParametersParameterAccessor(Parameters<?, ?> parameters, @Nullable Object[] values) Creates a newParametersParameterAccessor.Constructor parameters in org.springframework.data.repository.query with type arguments of type ParametersModifierConstructorDescriptionQueryMethod(Method method, RepositoryMetadata metadata, ProjectionFactory factory, @Nullable Function<ParametersSource, ? extends Parameters<?, ?>> parametersFunction) Creates a newQueryMethodfrom the given parameters.
QueryMethod(Method, RepositoryMetadata, ProjectionFactory, Function)instead.