Uses of Class
com.azure.spring.data.cosmos.repository.query.AbstractCosmosQuery
-
Packages that use AbstractCosmosQuery 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 AbstractCosmosQuery in com.azure.spring.data.cosmos.repository.query
Subclasses of AbstractCosmosQuery in com.azure.spring.data.cosmos.repository.query Modifier and Type Class Description classPartTreeCosmosQueryCosmos query class withPartTreeto parse aStringinto a tree orPartTree.OrParts consisting of simplePartinstances in turn. -
Uses of AbstractCosmosQuery in com.azure.spring.data.cosmos.repository.support
Subclasses of AbstractCosmosQuery in com.azure.spring.data.cosmos.repository.support Modifier and Type Class Description classStringBasedCosmosQueryCosmos query class to handle the annotated queries.
-