| Modifier and Type | Field and Description |
|---|---|
private Function<Class<?>,CosmosEntityInformation<?,?>> |
CosmosTemplate.entityInfoCreator |
private Function<Class<?>,CosmosEntityInformation<?,?>> |
ReactiveCosmosTemplate.entityInfoCreator |
| Modifier and Type | Method and Description |
|---|---|
private CosmosEntityInformation<?,?> |
CosmosTemplate.getCosmosEntityInformation(Class<?> domainType) |
private CosmosEntityInformation<?,?> |
ReactiveCosmosTemplate.getCosmosEntityInformation(Class<?> domainType) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<com.azure.data.cosmos.CosmosContainerResponse> |
ReactiveCosmosOperations.createCollectionIfNotExists(CosmosEntityInformation information)
Deprecated.
|
reactor.core.publisher.Mono<com.azure.data.cosmos.CosmosContainerResponse> |
ReactiveCosmosTemplate.createCollectionIfNotExists(CosmosEntityInformation information)
Creates a container if it doesn't already exist
|
com.azure.data.cosmos.CosmosContainerProperties |
CosmosOperations.createCollectionIfNotExists(CosmosEntityInformation<?,?> information)
Deprecated.
|
com.azure.data.cosmos.CosmosContainerProperties |
CosmosTemplate.createCollectionIfNotExists(CosmosEntityInformation<?,?> information) |
reactor.core.publisher.Mono<com.azure.data.cosmos.CosmosContainerResponse> |
ReactiveCosmosOperations.createContainerIfNotExists(CosmosEntityInformation information) |
reactor.core.publisher.Mono<com.azure.data.cosmos.CosmosContainerResponse> |
ReactiveCosmosTemplate.createContainerIfNotExists(CosmosEntityInformation information)
Creates a container if it doesn't already exist
|
com.azure.data.cosmos.CosmosContainerProperties |
CosmosOperations.createContainerIfNotExists(CosmosEntityInformation<?,?> information) |
com.azure.data.cosmos.CosmosContainerProperties |
CosmosTemplate.createContainerIfNotExists(CosmosEntityInformation<?,?> information) |
| Modifier and Type | Field and Description |
|---|---|
private CosmosEntityInformation<T,String> |
SimpleCosmosEntityMetadata.entityInformation |
private CosmosEntityInformation<T,String> |
SimpleReactiveCosmosEntityMetadata.entityInformation |
| Constructor and Description |
|---|
SimpleCosmosEntityMetadata(Class<T> type,
CosmosEntityInformation<T,String> entityInformation) |
SimpleReactiveCosmosEntityMetadata(Class<T> type,
CosmosEntityInformation<T,String> entityInformation) |
| Modifier and Type | Field and Description |
|---|---|
private CosmosEntityInformation<T,K> |
SimpleReactiveCosmosRepository.entityInformation |
private CosmosEntityInformation<T,ID> |
SimpleCosmosRepository.information |
| Constructor and Description |
|---|
SimpleCosmosRepository(CosmosEntityInformation<T,ID> metadata,
org.springframework.context.ApplicationContext applicationContext) |
SimpleCosmosRepository(CosmosEntityInformation<T,ID> metadata,
CosmosOperations dbOperations) |
SimpleReactiveCosmosRepository(CosmosEntityInformation<T,K> metadata,
org.springframework.context.ApplicationContext applicationContext) |
SimpleReactiveCosmosRepository(CosmosEntityInformation<T,K> metadata,
ReactiveCosmosOperations reactiveCosmosOperations) |
Copyright © 2020 Microsoft. All rights reserved.