Package | Description |
---|---|
org.socialsignin.spring.data.dynamodb.repository.support |
Modifier and Type | Interface | Description |
---|---|---|
interface |
DynamoDBIdIsHashAndRangeKeyEntityInformation<T,ID> |
Modifier and Type | Class | Description |
---|---|---|
class |
DynamoDBHashAndRangeKeyExtractingEntityMetadataImpl<T,ID> |
|
class |
DynamoDBIdIsHashAndRangeKeyEntityInformationImpl<T,ID> |
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 | Description |
---|---|
DynamoDBIdIsHashAndRangeKeyEntityInformationImpl(Class<T> domainClass,
DynamoDBHashAndRangeKeyExtractingEntityMetadata<T,ID> metadata) |
Copyright © 2018. All rights reserved.