Class RelationalParametersParameterAccessor
java.lang.Object
org.springframework.data.repository.query.ParametersParameterAccessor
org.springframework.data.relational.repository.query.RelationalParametersParameterAccessor
- All Implemented Interfaces:
Iterable<Object>, RelationalParameterAccessor, ParameterAccessor
public class RelationalParametersParameterAccessor
extends ParametersParameterAccessor
implements RelationalParameterAccessor
Relational-specific
ParametersParameterAccessor.- Author:
- Mark Paluch
-
Constructor Summary
ConstructorsConstructorDescriptionRelationalParametersParameterAccessor(QueryMethod method, @Nullable Object[] values) Creates a newRelationalParametersParameterAccessor. -
Method Summary
Modifier and TypeMethodDescriptionParameters<?, ?> @Nullable Object[]Returns the raw parameter values of the underlying query method.Methods inherited from class ParametersParameterAccessor
findDynamicProjection, getBindableValue, getLimit, getPageable, getParameters, getScore, getScoreRange, getScrollPosition, getSort, getValue, getVector, hasBindableNullValue, iteratorMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface ParameterAccessor
findDynamicProjection, getBindableValue, getLimit, getPageable, getScore, getScoreRange, getScrollPosition, getSort, getVector, hasBindableNullValue, iterator
-
Constructor Details
-
RelationalParametersParameterAccessor
Creates a newRelationalParametersParameterAccessor.- Parameters:
method- must not be null.values- must not be null.
-
-
Method Details
-
getValues
Description copied from interface:RelationalParameterAccessorReturns the raw parameter values of the underlying query method.- Specified by:
getValuesin interfaceRelationalParameterAccessor- Overrides:
getValuesin classParametersParameterAccessor
-
getBindableParameters
- Specified by:
getBindableParametersin interfaceRelationalParameterAccessor- Returns:
- the bindable parameters.
-