Package | Description |
---|---|
org.socialsignin.spring.data.dynamodb.repository.support |
Modifier and Type | Interface | Description |
---|---|---|
interface |
DynamoDBEntityInformation<T,ID> |
Encapsulates minimal information needed to load DynamoDB entities.
|
interface |
DynamoDBHashAndRangeKeyExtractingEntityMetadata<T,ID> |
Obtains basic hash-and-range-key-related metadata about a DynamoDBEntity
|
interface |
DynamoDBIdIsHashAndRangeKeyEntityInformation<T,ID> |
Modifier and Type | Class | Description |
---|---|---|
class |
DynamoDBEntityMetadataSupport<T,ID> |
|
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 . |
class |
DynamoDBIdIsHashKeyEntityInformationImpl<T,ID> |
Encapsulates minimal information needed to load DynamoDB entities.
|
Constructor | Description |
---|---|
DynamoDBIdIsHashKeyEntityInformationImpl(Class<T> domainClass,
DynamoDBHashKeyExtractingEntityMetadata<T> metadata) |
Copyright © 2018. All rights reserved.