Class DynamoDBMappingContext
- java.lang.Object
-
- org.springframework.data.mapping.context.AbstractMappingContext<DynamoDBPersistentEntityImpl<?>,DynamoDBPersistentProperty>
-
- org.socialsignin.spring.data.dynamodb.mapping.DynamoDBMappingContext
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationEventPublisherAware,org.springframework.data.mapping.context.MappingContext<DynamoDBPersistentEntityImpl<?>,DynamoDBPersistentProperty>
public class DynamoDBMappingContext extends org.springframework.data.mapping.context.AbstractMappingContext<DynamoDBPersistentEntityImpl<?>,DynamoDBPersistentProperty>
Default implementation of aMappingContextfor DynamoDB usingDynamoDBPersistentEntityImplandDynamoDBPersistentPropertyas primary abstractions.- Author:
- Michael Lavelle, Sebastian Just
-
-
Constructor Summary
Constructors Constructor Description DynamoDBMappingContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> DynamoDBPersistentEntityImpl<?>createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation)protected DynamoDBPersistentPropertycreatePersistentProperty(org.springframework.data.mapping.model.Property property, DynamoDBPersistentEntityImpl<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)protected booleanshouldCreatePersistentEntityFor(org.springframework.data.util.TypeInformation<?> type)-
Methods inherited from class org.springframework.data.mapping.context.AbstractMappingContext
addPersistentEntity, addPersistentEntity, afterPropertiesSet, doFindPersistentPropertyPaths, findPersistentPropertyPaths, getManagedTypes, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, getPersistentPropertyPath, hasPersistentEntityFor, initialize, setApplicationContext, setApplicationEventPublisher, setInitialEntitySet, setSimpleTypeHolder, setStrict
-
-
-
-
Method Detail
-
createPersistentEntity
protected <T> DynamoDBPersistentEntityImpl<?> createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation)
- Specified by:
createPersistentEntityin classorg.springframework.data.mapping.context.AbstractMappingContext<DynamoDBPersistentEntityImpl<?>,DynamoDBPersistentProperty>
-
createPersistentProperty
protected DynamoDBPersistentProperty createPersistentProperty(org.springframework.data.mapping.model.Property property, DynamoDBPersistentEntityImpl<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
- Specified by:
createPersistentPropertyin classorg.springframework.data.mapping.context.AbstractMappingContext<DynamoDBPersistentEntityImpl<?>,DynamoDBPersistentProperty>
-
shouldCreatePersistentEntityFor
protected boolean shouldCreatePersistentEntityFor(org.springframework.data.util.TypeInformation<?> type)
- Overrides:
shouldCreatePersistentEntityForin classorg.springframework.data.mapping.context.AbstractMappingContext<DynamoDBPersistentEntityImpl<?>,DynamoDBPersistentProperty>
-
-