Uses of Class
org.springframework.data.repository.query.ResultProcessor
Packages that use ResultProcessor
Package
Description
Support classes to work with query methods.
-
Uses of ResultProcessor in org.springframework.data.repository.query
Methods in org.springframework.data.repository.query that return ResultProcessorModifier and TypeMethodDescriptionQueryMethod.getResultProcessor()Returns theResultProcessorto be used with the query method.ResultProcessor.withDynamicProjection(ParameterAccessor accessor) Returns a newResultProcessorwith a new projection type obtained from the givenParameterAccessor.