Modifier and Type | Method and Description |
---|---|
TableMetadata |
TableSchema.tableMetadata()
Returns the object that describes the structure of the table being modelled by the mapper.
|
Modifier and Type | Method and Description |
---|---|
default ReadModification |
DynamoDbEnhancedClientExtension.afterRead(Map<String,AttributeValue> item,
OperationContext operationContext,
TableMetadata tableMetadata)
This hook is called just after an operation that has read data from the database.
|
default WriteModification |
DynamoDbEnhancedClientExtension.beforeWrite(Map<String,AttributeValue> item,
OperationContext operationContext,
TableMetadata tableMetadata)
This hook is called just before an operation is going to write data to the database.
|
Modifier and Type | Method and Description |
---|---|
ReadModification |
ChainExtension.afterRead(Map<String,AttributeValue> item,
OperationContext operationContext,
TableMetadata tableMetadata)
Implementation of the
DynamoDbEnhancedClientExtension interface that will call all the chained extensions
in reverse order, passing the results of each one to the next and coalescing the results into a single modification. |
WriteModification |
ChainExtension.beforeWrite(Map<String,AttributeValue> item,
OperationContext operationContext,
TableMetadata tableMetadata)
Implementation of the
DynamoDbEnhancedClientExtension interface that will call all the chained extensions
in forward order, passing the results of each one to the next and coalescing the results into a single modification. |
WriteModification |
VersionedRecordExtension.beforeWrite(Map<String,AttributeValue> item,
OperationContext operationContext,
TableMetadata tableMetadata) |
Modifier and Type | Class and Description |
---|---|
class |
StaticTableMetadata |
Modifier and Type | Method and Description |
---|---|
TableMetadata |
BeanTableSchema.tableMetadata()
Returns the object that describes the structure of the table being modelled by the mapper.
|
Copyright © 2020. All rights reserved.