|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface DynamoDBRangeKey
Annotation for marking a property in a class as the range key for a DynamoDB table. Applied to the getter for the range key property.
This annotation is required for tables that use a range key.
Optional Element Summary | |
---|---|
String |
attributeName
Optional parameter when the name of the attribute as stored in DynamoDB should differ from the name used by the getter / setter. |
public abstract String attributeName
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |