Class CosmosParameters
- java.lang.Object
-
- org.springframework.data.repository.query.Parameters<CosmosParameters,CosmosParameter>
-
- com.azure.spring.data.cosmos.repository.query.CosmosParameters
-
- All Implemented Interfaces:
Iterable<CosmosParameter>,Supplier<Stream<CosmosParameter>>,org.springframework.data.util.Streamable<CosmosParameter>
public class CosmosParameters extends org.springframework.data.repository.query.Parameters<CosmosParameters,CosmosParameter>
Method parameters that have to be bound to query parameters or applied to the query independently.
-
-
Constructor Summary
Constructors Constructor Description CosmosParameters(Method method)Creates a new instance ofCosmosParameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CosmosParameterscreateFrom(List<CosmosParameter> parameters)protected CosmosParametercreateParameter(org.springframework.core.MethodParameter parameter)-
Methods inherited from class org.springframework.data.repository.query.Parameters
getBindableParameter, getBindableParameters, getDynamicProjectionIndex, getNumberOfParameters, getPageableIndex, getParameter, getSortIndex, hasDynamicProjection, hasPageableParameter, hasParameterAt, hasSortParameter, hasSpecialParameter, isBindable, iterator, potentiallySortsDynamically
-
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
-
CosmosParameters
public CosmosParameters(Method method)
Creates a new instance ofCosmosParameters.- Parameters:
method- must not be null.
-
-
Method Detail
-
createFrom
protected CosmosParameters createFrom(List<CosmosParameter> parameters)
- Specified by:
createFromin classorg.springframework.data.repository.query.Parameters<CosmosParameters,CosmosParameter>
-
createParameter
protected CosmosParameter createParameter(org.springframework.core.MethodParameter parameter)
- Specified by:
createParameterin classorg.springframework.data.repository.query.Parameters<CosmosParameters,CosmosParameter>
-
-