public interface DynamoDBPersistable extends Persistable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
__get(java.lang.String key) |
void |
__put(java.lang.String key,
com.amazonaws.services.dynamodbv2.model.AttributeValue value) |
void |
__putAll(java.util.Map<java.lang.String,com.amazonaws.services.dynamodbv2.model.AttributeValue> itemMap) |
__getDelegate, __getDirtyFields, __isDirty, __isPersisted, __markPersistedjava.lang.Object __get(java.lang.String key)
key - of the field to retrievevoid __put(java.lang.String key,
com.amazonaws.services.dynamodbv2.model.AttributeValue value)
key - of the field to updatevalue - to place in the associated fieldvoid __putAll(java.util.Map<java.lang.String,com.amazonaws.services.dynamodbv2.model.AttributeValue> itemMap)
itemMap - that contains key, value pairs to apply to this objectCopyright © 2017. All Rights Reserved.