DynamoDBHashKeyExtractingEntityMetadata<T>, org.springframework.data.repository.core.EntityInformation<T,ID>, org.springframework.data.repository.core.EntityMetadata<T>DynamoDBIdIsHashAndRangeKeyEntityInformation<T,ID>DynamoDBIdIsHashAndRangeKeyEntityInformationImpl, DynamoDBIdIsHashKeyEntityInformationImplpublic interface DynamoDBEntityInformation<T,ID> extends org.springframework.data.repository.core.EntityInformation<T,ID>, DynamoDBHashKeyExtractingEntityMetadata<T>
| Modifier and Type | Method | Description | 
|---|---|---|
| Object | getHashKey(ID id) | |
| Optional<String> | getProjection() | |
| default Object | getRangeKey(ID id) | |
| boolean | isCompositeHashAndRangeKeyProperty(String propertyName) | |
| default boolean | isRangeKeyAware() | 
getDynamoDBTableName, getGlobalSecondaryIndexNamesByPropertyName, getHashKeyPropertyName, getMarshallerForProperty, getOverriddenAttributeName, getTypeConverterForProperty, isGlobalIndexHashKeyProperty, isGlobalIndexRangeKeyProperty, isHashKeyPropertyCopyright © 2018. All rights reserved.