Interface RelationalParameterAccessor
- All Superinterfaces:
Iterable<Object>, ParameterAccessor
- All Known Implementing Classes:
RelationalParametersParameterAccessor
Relational-specific
ParameterAccessor.- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionParameters<?, ?> Object[]Returns the raw parameter values of the underlying query method.Methods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface ParameterAccessor
findDynamicProjection, getBindableValue, getLimit, getPageable, getScore, getScoreRange, getScrollPosition, getSort, getVector, hasBindableNullValue, iterator
-
Method Details
-
getValues
Object[] getValues()Returns the raw parameter values of the underlying query method. -
getBindableParameters
Parameters<?,?> getBindableParameters()- Returns:
- the bindable parameters.
-