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