@Retention(value=RUNTIME)
@Target(value=METHOD)
@Deprecated
public @interface DynamoDBVersionAttribute
Only nullable, integral numeric types (e.g. Integer, Long) can be used as
version properties. On a save() operation, the DynamoDBMapper will
attempt to increment the version property and assert that the service's value
matches the client's. New objects will be assigned a version of 1 when saved.
| 修飾子とタイプ | 任意要素と説明 |
|---|---|
java.lang.String |
attributeName
非推奨です。
Optional parameter when the name of the attribute as stored in DynamoDB
should differ from the name used by the getter / setter.
|