CosmosParameterParameterAccessor Class

  • java.lang.Object
    • org.springframework.data.repository.query.ParametersParameterAccessor
      • com.azure.spring.data.cosmos.repository.query.CosmosParameterParameterAccessor

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