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