@Inherited @Target(value=TYPE) @Retention(value=RUNTIME) public @interface DynamoDBStateConfiguration
| Modifier and Type | Optional Element and Description |
|---|---|
String |
collection
The name of the document store (collection, table, ...)
|
String |
idDecorationOverride
A distinct value that is appended to document ids to form a new id prior to saving to a backend.
|
public abstract String collection
public abstract String idDecorationOverride
Copyright © 2016 Electronic Arts Inc. All rights reserved.