Uses of Package
com.azure.spring.data.cosmos.repository.query
-
Packages that use com.azure.spring.data.cosmos.repository.query 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 -
Classes in com.azure.spring.data.cosmos.repository.query used by com.azure.spring.data.cosmos.repository.query Class Description AbstractCosmosQuery Abstract class for cosmos query.AbstractReactiveCosmosQuery Abstract class for reactive cosmos query.CosmosEntityMetadata Metadata class to describe cosmos entity includes domain type and container informationCosmosParameter A single cosmos parameter of a query method.CosmosParameterAccessor Interface to access method parameters.CosmosParameters Method parameters that have to be bound to query parameters or applied to the query independently.CosmosQueryExecution Interface to execute cosmos query operationsCosmosQueryMethod Inherit QueryMethod class to generate a method that is designated to execute a finder query.ReactiveCosmosEntityMetadata Metadata class to describe reactive cosmos entity includes domain type and container informationReactiveCosmosParameterAccessor Interface to access method parameters.ReactiveCosmosQueryExecution Interface to execute reactive cosmos query operationsReactiveCosmosQueryMethod Inherit from QueryMethod class to execute a finder query. -
Classes in com.azure.spring.data.cosmos.repository.query used by com.azure.spring.data.cosmos.repository.support Class Description AbstractCosmosQuery Abstract class for cosmos query.AbstractReactiveCosmosQuery Abstract class for reactive cosmos query.CosmosParameterAccessor Interface to access method parameters.CosmosQueryMethod Inherit QueryMethod class to generate a method that is designated to execute a finder query.ReactiveCosmosParameterAccessor Interface to access method parameters.ReactiveCosmosQueryMethod Inherit from QueryMethod class to execute a finder query.