Uses of Interface
org.springframework.data.repository.query.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
Modifier and TypeClassDescriptionclass
ParameterAccessor
implementation using aParameters
instance to find special parameters.Modifier and TypeMethodDescriptionResultProcessor.withDynamicProjection
(ParameterAccessor accessor) Returns a newResultProcessor
with a new projection type obtained from the givenParameterAccessor
. -
Uses of ParameterAccessor in org.springframework.data.repository.query.parser