Uses of Class
org.springframework.data.repository.query.ResultProcessor
Package
Description
Support classes to work with query methods.
-
Uses of ResultProcessor in org.springframework.data.repository.query
Modifier and TypeMethodDescriptionQueryMethod.getResultProcessor()
Returns theResultProcessor
to be used with the query method.ResultProcessor.withDynamicProjection
(ParameterAccessor accessor) Returns a newResultProcessor
with a new projection type obtained from the givenParameterAccessor
.