public interface DynamoDBMapperModelFactory
DynamoDBMapper table model factory.| Modifier and Type | Interface and Description |
|---|---|
static interface |
DynamoDBMapperModelFactory.Factory
DynamoDBMapperModelFactory factory. |
| Modifier and Type | Method and Description |
|---|---|
<T> DynamoDBMapperTableModel<T> |
getTableModel(Class<T> targetType)
Gets the table model for the given type and configuration.
|
<T> DynamoDBMapperTableModel<T> getTableModel(Class<T> targetType)
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.