public class CosmosParameterParameterAccessor extends org.springframework.data.repository.query.ParametersParameterAccessor implements CosmosParameterAccessor
ParametersParameterAccessor implementation and store all special parameters in a List.| Constructor and Description |
|---|
CosmosParameterParameterAccessor(CosmosQueryMethod method,
Object[] values)
Creates a new
CosmosParameterParameterAccessor. |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getValues()
Get values of method parameters
|
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 CosmosParameterParameterAccessor(CosmosQueryMethod method, Object[] values)
CosmosParameterParameterAccessor.method - must not be null.values - must not be null.public Object[] getValues()
CosmosParameterAccessorgetValues in interface CosmosParameterAccessorgetValues in class org.springframework.data.repository.query.ParametersParameterAccessorVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.