public class RelationalParametersParameterAccessor extends org.springframework.data.repository.query.ParametersParameterAccessor implements RelationalParameterAccessor
ParametersParameterAccessor.| Constructor and Description |
|---|
RelationalParametersParameterAccessor(org.springframework.data.repository.query.QueryMethod method,
Object[] values)
Creates a new
RelationalParametersParameterAccessor. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.repository.query.Parameters<?,?> |
getBindableParameters() |
Object[] |
getValues()
Returns the raw parameter values of the underlying query method.
|
findDynamicProjection, getBindableValue, getDynamicProjection, getPageable, getParameters, getSort, getValue, hasBindableNullValue, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindDynamicProjection, getBindableValue, getDynamicProjection, getPageable, getSort, hasBindableNullValue, iteratorforEach, spliteratorpublic RelationalParametersParameterAccessor(org.springframework.data.repository.query.QueryMethod method,
Object[] values)
RelationalParametersParameterAccessor.method - must not be null.values - must not be null.public Object[] getValues()
RelationalParameterAccessorgetValues in interface RelationalParameterAccessorgetValues in class org.springframework.data.repository.query.ParametersParameterAccessorpublic org.springframework.data.repository.query.Parameters<?,?> getBindableParameters()
getBindableParameters in interface RelationalParameterAccessorCopyright © 2017–2023 Pivotal Software, Inc.. All rights reserved.