Uses of Interface
org.springframework.data.repository.query.ParameterAccessor
Packages that use ParameterAccessor
Package
Description
Support classes to work with query methods.
Support classes for parsing queries from method names.
-
Uses of ParameterAccessor in org.springframework.data.repository.query
Classes in org.springframework.data.repository.query that implement ParameterAccessorModifier and TypeClassDescriptionclassParameterAccessorimplementation using aParametersinstance to find special parameters.Methods in org.springframework.data.repository.query with parameters of type ParameterAccessorModifier and TypeMethodDescriptionResultProcessor.withDynamicProjection(ParameterAccessor accessor) Returns a newResultProcessorwith a new projection type obtained from the givenParameterAccessor. -
Uses of ParameterAccessor in org.springframework.data.repository.query.parser
Constructors in org.springframework.data.repository.query.parser with parameters of type ParameterAccessor