Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling |
Modifier and Type | Method and Description |
---|---|
(package private) DynamoDBAutoGenerateStrategy |
DynamoDBMappingsRegistry.Mapping.getAutoGenerateStrategy()
Determines if this attribute maps to an auto-generate strategy.
|
(package private) DynamoDBAutoGenerateStrategy |
DynamoDBAnnotationRegistry.AnnotationMap.getAutoGenerateStrategy()
Gets the auto-generate strategy.
|
static DynamoDBAutoGenerateStrategy |
DynamoDBAutoGenerateStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DynamoDBAutoGenerateStrategy[] |
DynamoDBAutoGenerateStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) DynamoDBAutoGeneratorRegistry.Generator<java.lang.Object> |
DynamoDBAutoGeneratorRegistry.timestampGeneratorOf(java.lang.Class<?> generatedType,
DynamoDBAutoGenerateStrategy strategy)
Gets the timestamp generator given the annotation and generatedType.
|
Constructor and Description |
---|
AbstractGenerator(java.lang.Class<T> generatedType,
DynamoDBAutoGenerateStrategy strategy) |
CalendarTimestampGenerator(DynamoDBAutoGenerateStrategy strategy) |
DateTimestampGenerator(DynamoDBAutoGenerateStrategy strategy) |
LongTimestampGenerator(DynamoDBAutoGenerateStrategy strategy) |
NeverTimestampGenerator(java.lang.Class<T> generatedType,
DynamoDBAutoGenerateStrategy strategy) |