Module spring.data.relational
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, Object[] values) Creates a newRelationalParametersParameterAccessor. -
Method Summary
Modifier and TypeMethodDescriptionParameters<?,?> Object[]Returns the raw parameter values of the underlying query method.Methods inherited from class org.springframework.data.repository.query.ParametersParameterAccessor
findDynamicProjection, getBindableValue, getLimit, getPageable, getParameters, getScrollPosition, getSort, getValue, hasBindableNullValue, iteratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
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.
-