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
    Constructor
    Description
    Creates a new instance of CosmosParameters.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    protected CosmosParameter
    createParameter(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

    Methods inherited from interface org.springframework.data.util.Streamable

    and, and, and, and, filter, flatMap, get, isEmpty, map, stream, toList, toSet