CosmosParameterParameterAccessor Class
- java.
lang. Object - org.
springframework. data. repository. query. ParametersParameterAccessor - com.
azure. spring. data. cosmos. repository. query. CosmosParameterParameterAccessor
- com.
- org.
Implements
public class CosmosParameterParameterAccessor
extends org.springframework.data.repository.query.ParametersParameterAccessor
implements CosmosParameterAccessor
ParametersParameterAccessor implementation and store all special parameters in a List.
Constructor Summary
Constructor | Description |
---|---|
CosmosParameterParameterAccessor(CosmosQueryMethod method, Object[] values) |
Creates a new CosmosParameterParameterAccessor. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Object[] |
getValues()
Get values of method parameters |
Methods inherited from java.lang.Object
Methods inherited from org.springframework.data.repository.query.ParametersParameterAccessor
org.springframework.data.repository.query.ParametersParameterAccessor.<T>getValue
org.springframework.data.repository.query.ParametersParameterAccessor.findDynamicProjection
org.springframework.data.repository.query.ParametersParameterAccessor.getBindableValue
org.springframework.data.repository.query.ParametersParameterAccessor.getLimit
org.springframework.data.repository.query.ParametersParameterAccessor.getPageable
org.springframework.data.repository.query.ParametersParameterAccessor.getParameters
org.springframework.data.repository.query.ParametersParameterAccessor.getScrollPosition
org.springframework.data.repository.query.ParametersParameterAccessor.getSort
org.springframework.data.repository.query.ParametersParameterAccessor.getValues
org.springframework.data.repository.query.ParametersParameterAccessor.hasBindableNullValue
org.springframework.data.repository.query.ParametersParameterAccessor.iterator
Constructor Details
CosmosParameterParameterAccessor
public CosmosParameterParameterAccessor(CosmosQueryMethod method, Object[] values)
Creates a new CosmosParameterParameterAccessor.
Parameters:
method
- must not be null.
values
- must not be null.
Method Details
getValues
public Object[] getValues()
Get values of method parameters
Overrides:
CosmosParameterParameterAccessor.getValues()Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java