Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling |
Modifier and Type | Method and Description |
---|---|
<T> DynamoDBMapperTableModel<T> |
DynamoDBMapperModelFactory.TableFactory.getTable(Class<T> clazz)
Gets the table model for the given type and configuration.
|
<T> DynamoDBMapperTableModel<T> |
AbstractDynamoDBMapper.getTableModel(Class<T> clazz) |
<T> DynamoDBMapperTableModel<T> |
IDynamoDBMapper.getTableModel(Class<T> clazz)
Get the table model for the class, using the default configuration.
|
<T> DynamoDBMapperTableModel<T> |
AbstractDynamoDBMapper.getTableModel(Class<T> clazz,
DynamoDBMapperConfig config) |
<T> DynamoDBMapperTableModel<T> |
IDynamoDBMapper.getTableModel(Class<T> clazz,
DynamoDBMapperConfig config)
Get the table model for the class using the provided configuration override.
|
<T> DynamoDBMapperTableModel<T> |
DynamoDBMapper.getTableModel(Class<T> clazz,
DynamoDBMapperConfig config) |
Constructor and Description |
---|
DynamoDBTableMapper(AmazonDynamoDB db,
DynamoDBMapper mapper,
DynamoDBMapperConfig config,
DynamoDBMapperTableModel<T> model)
Constructs a new table mapper for the given class.
|
Copyright © 2019. All rights reserved.