public class JpaParametersParameterAccessor
extends org.springframework.data.repository.query.ParametersParameterAccessor
ParameterAccessor based on an Parameters instance. It also
offers access to all the values, not just the bindable ones based on a JpaParameters.JpaParameter instance.| Constructor and Description |
|---|
JpaParametersParameterAccessor(org.springframework.data.repository.query.Parameters<?,?> parameters,
Object[] values)
Creates a new
ParametersParameterAccessor. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getValue(org.springframework.data.repository.query.Parameter parameter) |
Object[] |
getValues() |
findDynamicProjection, getBindableValue, getDynamicProjection, getPageable, getParameters, getSort, getValue, hasBindableNullValue, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic JpaParametersParameterAccessor(org.springframework.data.repository.query.Parameters<?,?> parameters,
Object[] values)
ParametersParameterAccessor.parameters - must not be null.values - must not be null.Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.