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.
-
Field Summary
Fields inherited from class org.springframework.data.repository.query.Parameters
TYPES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CosmosParameterscreateFrom(List<CosmosParameter> parameters) Methods inherited from class org.springframework.data.repository.query.Parameters
getBindableParameter, getBindableParameters, getDynamicProjectionIndex, getLimitIndex, getNumberOfParameters, getPageableIndex, getParameter, getScrollPositionIndex, getSortIndex, hasDynamicProjection, hasLimitParameter, hasPageableParameter, hasParameterAt, hasScrollPositionParameter, hasSortParameter, hasSpecialParameter, isBindable, iterator, potentiallySortsDynamicallyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.springframework.data.util.Streamable
and, and, and, and, filter, flatMap, get, isEmpty, map, stream, toList, toSet
-
Constructor Details
-
CosmosParameters
Creates a new instance ofCosmosParameters.- Parameters:
method- must not be null.
-
-
Method Details
-
createFrom
- Specified by:
createFromin classorg.springframework.data.repository.query.Parameters<CosmosParameters,CosmosParameter>
-