| Package | Description |
|---|---|
| org.socialsignin.spring.data.dynamodb.repository.support |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DynamoDBIdIsHashAndRangeKeyEntityInformation<T,ID extends Serializable> |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamoDBHashAndRangeKeyExtractingEntityMetadataImpl<T,ID extends Serializable> |
class |
DynamoDBIdIsHashAndRangeKeyEntityInformationImpl<T,ID extends Serializable>
Encapsulates minimal information needed to load DynamoDB entities that have
both hash and range key, and have a composite id attribute annotated with
Id. |
| Constructor and Description |
|---|
DynamoDBIdIsHashAndRangeKeyEntityInformationImpl(Class<T> domainClass,
DynamoDBHashAndRangeKeyExtractingEntityMetadata<T,ID> metadata) |
Copyright © 2016. All rights reserved.