|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface DynamoDBHashKey
Annotation for marking a property as the hash key for a modeled class. Applied to the getter method for a hash key property.
This annotation is required.
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 |