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) Creates aParametersinstance.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.