public class DynamoDBMappingContext extends org.springframework.data.mapping.context.AbstractMappingContext<DynamoDBPersistentEntityImpl<?>,DynamoDBPersistentProperty>
MappingContext for DynamoDB
using DynamoDBPersistentEntityImpl and
DynamoDBPersistentProperty as primary abstractions.| Constructor | Description |
|---|---|
DynamoDBMappingContext() |
| Modifier and Type | Method | Description |
|---|---|---|
protected <T> DynamoDBPersistentEntityImpl<?> |
createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation) |
|
protected DynamoDBPersistentProperty |
createPersistentProperty(org.springframework.data.mapping.model.Property property,
DynamoDBPersistentEntityImpl<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) |
|
protected boolean |
shouldCreatePersistentEntityFor(org.springframework.data.util.TypeInformation<?> type) |
addPersistentEntity, addPersistentEntity, afterPropertiesSet, getManagedTypes, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, getPersistentPropertyPath, getPersistentPropertyPath, hasPersistentEntityFor, initialize, setApplicationEventPublisher, setInitialEntitySet, setSimpleTypeHolder, setStrictprotected <T> DynamoDBPersistentEntityImpl<?> createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation)
createPersistentEntity in class org.springframework.data.mapping.context.AbstractMappingContext<DynamoDBPersistentEntityImpl<?>,DynamoDBPersistentProperty>protected DynamoDBPersistentProperty createPersistentProperty(org.springframework.data.mapping.model.Property property, DynamoDBPersistentEntityImpl<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
createPersistentProperty in class org.springframework.data.mapping.context.AbstractMappingContext<DynamoDBPersistentEntityImpl<?>,DynamoDBPersistentProperty>protected boolean shouldCreatePersistentEntityFor(org.springframework.data.util.TypeInformation<?> type)
shouldCreatePersistentEntityFor in class org.springframework.data.mapping.context.AbstractMappingContext<DynamoDBPersistentEntityImpl<?>,DynamoDBPersistentProperty>Copyright © 2018. All rights reserved.