See: Description
| Class | Description |
|---|---|
| CosmosEntityInformation<T,ID> |
Class to describe cosmosDb entity
|
| CosmosRepositoryFactory |
Factory class for cosmos repository contains application context and operations information
|
| CosmosRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable> |
Adapter for Springs
FactoryBean interface to allow easy setup of cosmos repository factories via Spring
configuration. |
| IndexPolicyCompareService |
Class for determining if the index policy currenlt applied to the container matches the index policy that is
specified on an entities' @CosmosIndexingPolicy annotation
|
| ReactiveCosmosRepositoryFactory |
Factory class for reactive cosmos repository contains application context and operations information
|
| ReactiveCosmosRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,K>,S,K extends Serializable> |
Adapter for Springs
FactoryBean interface to allow easy setup of reactive cosmos repository factories
via Spring configuration. |
| SimpleCosmosRepository<T,ID extends Serializable> |
Repository class for simple Cosmos operation
|
| SimpleReactiveCosmosRepository<T,K extends Serializable> |
Repository class for simple reactive Cosmos operation
|
| StringBasedCosmosQuery |
Cosmos query class to handle the annotated queries.
|
| StringBasedReactiveCosmosQuery |
Cosmos query class to handle the annotated queries.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.