Uses of Class
com.azure.spring.data.cosmos.repository.query.AbstractCosmosQuery
Packages that use AbstractCosmosQuery
Package
Description
This package contains the process cosmos queries
This package contains the support classes of setting up cosmosdb repositories and factories
-
Uses of AbstractCosmosQuery in com.azure.spring.data.cosmos.repository.query
Subclasses of AbstractCosmosQuery in com.azure.spring.data.cosmos.repository.queryModifier and TypeClassDescriptionclass
Cosmos query class withPartTree
to parse aString
into a tree orPartTree.OrPart
s consisting of simplePart
instances in turn. -
Uses of AbstractCosmosQuery in com.azure.spring.data.cosmos.repository.support
Subclasses of AbstractCosmosQuery in com.azure.spring.data.cosmos.repository.supportModifier and TypeClassDescriptionclass
Cosmos query class to handle the annotated queries.