Modifier and Type | Method and Description |
---|---|
TableMetadata |
TableSchema.tableMetadata()
Returns the object that describes the structure of the table being modelled by the mapper.
|
TableMetadata |
DynamoDbExtensionContext.Context.tableMetadata() |
Modifier and Type | Method and Description |
---|---|
TableMetadata |
DefaultDynamoDbExtensionContext.tableMetadata() |
Modifier and Type | Method and Description |
---|---|
static Map<String,AtomicCounter> |
AtomicCounterTag.resolve(TableMetadata tableMetadata) |
DefaultDynamoDbExtensionContext.Builder |
DefaultDynamoDbExtensionContext.Builder.tableMetadata(TableMetadata tableMetadata) |
Modifier and Type | Method and Description |
---|---|
TableMetadata |
MetaTableSchema.tableMetadata() |
Modifier and Type | Method and Description |
---|---|
static UpdateBehavior |
UpdateBehaviorTag.resolveForAttribute(String attributeName,
TableMetadata tableMetadata) |
Modifier and Type | Method and Description |
---|---|
static UpdateExpression |
UpdateExpressionUtils.operationExpression(Map<String,AttributeValue> itemMap,
TableMetadata tableMetadata,
List<String> nonRemoveAttributes)
Generates an UpdateExpression representing a POJO, with only SET and REMOVE actions.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticTableMetadata
Implementation of
TableMetadata that can be constructed directly using literal values for metadata objects. |
Modifier and Type | Method and Description |
---|---|
TableMetadata |
WrappedTableSchema.tableMetadata() |
Copyright © 2022. All rights reserved.