public class DynamoDBMappingContext extends org.springframework.data.mapping.context.AbstractMappingContext<DynamoDBPersistentEntityImpl<?>,DynamoDBPersistentProperty>
MappingContext for DynamoDB using
DynamoDBPersistentEntityImpl and DynamoDBPersistentProperty
as primary abstractions.| Constructor and Description |
|---|
DynamoDBMappingContext() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> DynamoDBPersistentEntityImpl<?> |
createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation) |
protected DynamoDBPersistentProperty |
createPersistentProperty(Field field,
PropertyDescriptor descriptor,
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(Field field, PropertyDescriptor descriptor, 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 © 2016. All rights reserved.