| Interface | Description |
|---|---|
| DynamoDBPersistentEntity<T> |
Interface for a DynamoDB-specific entity.
|
| DynamoDBPersistentProperty |
Interface for a DynamoDB-specific
PersistentProperty. |
| Class | Description |
|---|---|
| AbstractDynamoDBDateMarshaller | Deprecated
According to
com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CustomMarshaller.marshall(Object)
at some point DynamoDBMarshaller might be cached - whereas DateFormat is not thread-safe. |
| DefaultDynamoDBDateMarshaller | Deprecated
Consider using
Date2IsoDynamoDBMarshaller |
| DynamoDBMappingContext |
Default implementation of a
MappingContext for DynamoDB using
DynamoDBPersistentEntityImpl and DynamoDBPersistentProperty
as primary abstractions. |
| DynamoDBPersistentEntityImpl<T> |
DynamoDB specific
DynamoDBPersistentEntity implementation |
Copyright © 2016. All rights reserved.