Uses of Class
com.azure.spring.data.cosmos.repository.query.CosmosQueryMethod
-
Packages that use CosmosQueryMethod Package Description com.azure.spring.data.cosmos.repository.query This package contains the process cosmos queriescom.azure.spring.data.cosmos.repository.support This package contains the support classes of setting up cosmosdb repositories and factories -
-
Uses of CosmosQueryMethod in com.azure.spring.data.cosmos.repository.query
Methods in com.azure.spring.data.cosmos.repository.query that return CosmosQueryMethod Modifier and Type Method Description CosmosQueryMethodAbstractCosmosQuery. getQueryMethod()Get method of queryConstructors in com.azure.spring.data.cosmos.repository.query with parameters of type CosmosQueryMethod Constructor Description AbstractCosmosQuery(CosmosQueryMethod method, CosmosOperations operations)InitializationCosmosParameterParameterAccessor(CosmosQueryMethod method, Object[] values)Creates a newCosmosParameterParameterAccessor.PartTreeCosmosQuery(CosmosQueryMethod method, CosmosOperations operations)Initialization -
Uses of CosmosQueryMethod in com.azure.spring.data.cosmos.repository.support
Constructors in com.azure.spring.data.cosmos.repository.support with parameters of type CosmosQueryMethod Constructor Description StringBasedCosmosQuery(CosmosQueryMethod queryMethod, CosmosOperations dbOperations)Constructor
-