Uses of Interface
org.springframework.data.repository.query.ParametersSource
Packages that use ParametersSource
Package
Description
Support classes to work with query methods.
-
Uses of ParametersSource in org.springframework.data.repository.query
Methods in org.springframework.data.repository.query that return ParametersSourceModifier and TypeMethodDescriptionstatic ParametersSourceCreate a new parameter source for the givenMethod.static ParametersSourceParametersSource.of(RepositoryMetadata metadata, Method method) Create a new parameter source for the givenMethodin the context ofRepositoryMetadata.Methods in org.springframework.data.repository.query with parameters of type ParametersSourceModifier and TypeMethodDescriptionprotected Parameters<?,?> QueryMethod.createParameters(ParametersSource parametersSource) Deprecated.Constructors in org.springframework.data.repository.query with parameters of type ParametersSourceModifierConstructorDescriptionDefaultParameters(ParametersSource parametersSource) Creates a newDefaultParametersinstance from the givenParametersSource.protectedParameters(ParametersSource parametersSource, Function<MethodParameter, T> parameterFactory) Creates a newParametersinstance for the givenMethodandFunctionto create aParameterinstance from aMethodParameter.Constructor parameters in org.springframework.data.repository.query with type arguments of type ParametersSourceModifierConstructorDescriptionQueryMethod(Method method, RepositoryMetadata metadata, ProjectionFactory factory, Function<ParametersSource, ? extends Parameters<?, ?>> parametersFunction) Creates a newQueryMethodfrom the given parameters.
QueryMethod(Method, RepositoryMetadata, ProjectionFactory, Function)instead.