Uses of Class
com.azure.spring.data.cosmos.repository.query.CosmosQueryMethod
Packages that use CosmosQueryMethod
Package
Description
This package contains the process cosmos queries
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 CosmosQueryMethodConstructors in com.azure.spring.data.cosmos.repository.query with parameters of type CosmosQueryMethodModifierConstructorDescriptionAbstractCosmosQuery
(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 CosmosQueryMethodModifierConstructorDescriptionStringBasedCosmosQuery
(CosmosQueryMethod queryMethod, CosmosOperations dbOperations) Constructor