Uses of Annotation Type
software.amazon.awssdk.enhanced.dynamodb.mapper.annotations.BeanTableSchemaAttributeTag
Packages that use BeanTableSchemaAttributeTag
Package
Description
-
Uses of BeanTableSchemaAttributeTag in software.amazon.awssdk.enhanced.dynamodb.extensions.annotations
Classes in software.amazon.awssdk.enhanced.dynamodb.extensions.annotations with annotations of type BeanTableSchemaAttributeTagModifier and TypeClassDescription@interfaceUsed to explicitly designate an attribute to be an auto-generated counter updated unconditionally in DynamoDB.@interfaceDenotes this attribute as recording the auto generated last updated timestamp for the record.@interfaceDenotes this attribute as recording the auto generated UUID string for the record.@interfaceDenotes this attribute as recording the version record number to be used for optimistic locking. -
Uses of BeanTableSchemaAttributeTag in software.amazon.awssdk.enhanced.dynamodb.mapper.annotations
Classes in software.amazon.awssdk.enhanced.dynamodb.mapper.annotations with annotations of type BeanTableSchemaAttributeTagModifier and TypeClassDescription@interfaceDenotes this attribute as being the primary partition key of the DynamoDb table.@interfaceDenotes a partition key for a global secondary index.@interfaceDenotes an optional sort key for a global or local secondary index.@interfaceDenotes this attribute as being the optional primary sort key of the DynamoDb table.@interfaceSpecifies the behavior when this attribute is updated as part of an 'update' operation such as UpdateItem.