| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.data.mapping.context.MappingContext<? extends CosmosPersistentEntity<?>,CosmosPersistentProperty> |
MappingCosmosConverter.mappingContext |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.mapping.context.MappingContext<? extends CosmosPersistentEntity<?>,CosmosPersistentProperty> |
MappingCosmosConverter.getMappingContext() |
| Constructor and Description |
|---|
MappingCosmosConverter(org.springframework.data.mapping.context.MappingContext<? extends CosmosPersistentEntity<?>,CosmosPersistentProperty> mappingContext,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCosmosPersistentProperty |
| Modifier and Type | Method and Description |
|---|---|
CosmosPersistentProperty |
CosmosMappingContext.createPersistentProperty(org.springframework.data.mapping.model.Property property,
BasicCosmosPersistentEntity<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.data.mapping.Association<CosmosPersistentProperty> |
BasicCosmosPersistentProperty.createAssociation() |
| Modifier and Type | Field and Description |
|---|---|
private org.springframework.data.mapping.context.MappingContext<?,CosmosPersistentProperty> |
CosmosQueryCreator.mappingContext |
private org.springframework.data.mapping.context.MappingContext<?,CosmosPersistentProperty> |
PartTreeCosmosQuery.mappingContext |
private org.springframework.data.mapping.context.MappingContext<?,CosmosPersistentProperty> |
PartTreeReactiveCosmosQuery.mappingContext |
private org.springframework.data.mapping.context.MappingContext<?,CosmosPersistentProperty> |
ReactiveCosmosQueryCreator.mappingContext |
| Constructor and Description |
|---|
CosmosQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
CosmosParameterAccessor accessor,
org.springframework.data.mapping.context.MappingContext<?,CosmosPersistentProperty> mappingContext) |
ReactiveCosmosQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
ReactiveCosmosParameterAccessor accessor,
org.springframework.data.mapping.context.MappingContext<?,CosmosPersistentProperty> mappingContext) |
Copyright © 2020 Microsoft. All rights reserved.