| Modifier and Type | Class and Description |
|---|---|
class |
CosmosTemplate |
| Modifier and Type | Field and Description |
|---|---|
private CosmosOperations |
AbstractCosmosQuery.operations |
private CosmosOperations |
CosmosQueryExecution.ContainerExecution.operations |
private CosmosOperations |
CosmosQueryExecution.MultiEntityExecution.operations |
private CosmosOperations |
CosmosQueryExecution.ExistsExecution.operations |
private CosmosOperations |
CosmosQueryExecution.DeleteExecution.operations |
private CosmosOperations |
CosmosQueryExecution.PagedExecution.operations |
| Constructor and Description |
|---|
AbstractCosmosQuery(CosmosQueryMethod method,
CosmosOperations operations) |
ContainerExecution(CosmosOperations operations) |
DeleteExecution(CosmosOperations operations) |
ExistsExecution(CosmosOperations operations) |
MultiEntityExecution(CosmosOperations operations) |
PagedExecution(CosmosOperations operations,
org.springframework.data.domain.Pageable pageable) |
PartTreeCosmosQuery(CosmosQueryMethod method,
CosmosOperations operations) |
| Modifier and Type | Field and Description |
|---|---|
private CosmosOperations |
CosmosRepositoryFactory.cosmosOperations |
private CosmosOperations |
CosmosRepositoryFactory.CosmosDbQueryLookupStrategy.dbOperations |
private CosmosOperations |
SimpleCosmosRepository.operation |
private CosmosOperations |
CosmosRepositoryFactoryBean.operations |
| Modifier and Type | Method and Description |
|---|---|
void |
CosmosRepositoryFactoryBean.setCosmosOperations(CosmosOperations operations) |
| Constructor and Description |
|---|
CosmosDbQueryLookupStrategy(CosmosOperations operations,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider provider) |
CosmosRepositoryFactory(CosmosOperations cosmosOperations,
org.springframework.context.ApplicationContext applicationContext) |
SimpleCosmosRepository(CosmosEntityInformation<T,ID> metadata,
CosmosOperations dbOperations) |
Copyright © 2020 Microsoft. All rights reserved.