Interface AerospikeParameterAccessor
- All Superinterfaces:
Iterable<Object>,ParameterAccessor
- Author:
- Peter Milne, Jean Mercier
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.springframework.data.repository.query.ParameterAccessor
findDynamicProjection, getBindableValue, getLimit, getPageable, getScrollPosition, getSort, hasBindableNullValue, iterator
-
Method Details
-
getValues
Object[] getValues()Returns the raw parameter values of the underlying query method.- Returns:
- the raw parameter values of the underlying query method.
- Since:
- 1.8
-