Class CosmosParameterParameterAccessor
- java.lang.Object
-
- org.springframework.data.repository.query.ParametersParameterAccessor
-
- com.azure.spring.data.cosmos.repository.query.CosmosParameterParameterAccessor
-
- All Implemented Interfaces:
CosmosParameterAccessor,Iterable<Object>,org.springframework.data.repository.query.ParameterAccessor
public class CosmosParameterParameterAccessor extends org.springframework.data.repository.query.ParametersParameterAccessor implements CosmosParameterAccessor
ParametersParameterAccessorimplementation and store all special parameters in a List.
-
-
Constructor Summary
Constructors Constructor Description CosmosParameterParameterAccessor(CosmosQueryMethod method, Object[] values)Creates a newCosmosParameterParameterAccessor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]getValues()Get values of method parameters-
Methods inherited from class org.springframework.data.repository.query.ParametersParameterAccessor
findDynamicProjection, getBindableValue, getDynamicProjection, getPageable, getParameters, getSort, getValue, hasBindableNullValue, iterator
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
CosmosParameterParameterAccessor
public CosmosParameterParameterAccessor(CosmosQueryMethod method, Object[] values)
Creates a newCosmosParameterParameterAccessor.- Parameters:
method- must not be null.values- must not be null.
-
-
Method Detail
-
getValues
public Object[] getValues()
Description copied from interface:CosmosParameterAccessorGet values of method parameters- Specified by:
getValuesin interfaceCosmosParameterAccessor- Overrides:
getValuesin classorg.springframework.data.repository.query.ParametersParameterAccessor- Returns:
- Object[]
-
-