Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling |
Modifier and Type | Method and Description |
---|---|
<V> DynamoDBMapperFieldModel<T,V> |
DynamoDBTableMapper.field(String attributeName)
Gets the field model for a given attribute.
|
<V> DynamoDBMapperFieldModel<T,V> |
DynamoDBMapperTableModel.field(String attributeName)
Gets the field model for a given attribute.
|
DynamoDBMapperFieldModel |
ItemConverter.getFieldModel(Method getter)
Returns the metadata (e.g.
|
DynamoDBMapperFieldModel<T,H> |
DynamoDBTableMapper.hashKey()
Gets the hash key field model for the specified type.
|
<H> DynamoDBMapperFieldModel<T,H> |
DynamoDBMapperTableModel.hashKey()
Gets the hash key field model for the specified type.
|
DynamoDBMapperFieldModel<T,R> |
DynamoDBTableMapper.rangeKey()
Gets the range key field model for the specified type.
|
<R> DynamoDBMapperFieldModel<T,R> |
DynamoDBMapperTableModel.rangeKey()
Gets the range key field model for the specified type.
|
<R> DynamoDBMapperFieldModel<T,R> |
DynamoDBMapperTableModel.rangeKeyIfExists()
Gets the range key field model for the specified type.
|
Modifier and Type | Method and Description |
---|---|
Collection<DynamoDBMapperFieldModel<T,Object>> |
DynamoDBMapperTableModel.fields()
Gets all the field models for the given class.
|
Collection<DynamoDBMapperFieldModel<T,Object>> |
DynamoDBMapperTableModel.keys()
Gets all the key field models for the given class.
|
Collection<DynamoDBMapperFieldModel<T,Object>> |
DynamoDBMapperTableModel.versions()
Gets all the version fields for the given class.
|
Modifier and Type | Method and Description |
---|---|
void |
VersionAttributeConditionExpressionGenerator.appendVersionAttributeToConditionExpression(DynamoDBMapperFieldModel<Object,Object> field,
Object fieldValue)
Generates condition expression for a given version attribute and appends this generated condition expression to
any previously generated version attribute condition expressions.
|
Copyright © 2024. All rights reserved.