public interface DynamoDBHashAndRangeKeyExtractingEntityMetadata<T,ID extends Serializable> extends DynamoDBHashKeyExtractingEntityMetadata<T>
| Modifier and Type | Method and Description |
|---|---|
<H> HashAndRangeKeyExtractor<ID,H> |
getHashAndRangeKeyExtractor(Class<ID> idClass) |
<H> T |
getHashKeyPropotypeEntityForHashKey(H hashKey) |
Set<String> |
getIndexRangeKeyPropertyNames() |
String |
getRangeKeyPropertyName() |
boolean |
isCompositeHashAndRangeKeyProperty(String propertyName) |
getDynamoDBTableName, getGlobalSecondaryIndexNamesByPropertyName, getHashKeyPropertyName, getMarshallerForProperty, getOverriddenAttributeName, isGlobalIndexHashKeyProperty, isGlobalIndexRangeKeyProperty, isHashKeyProperty<H> HashAndRangeKeyExtractor<ID,H> getHashAndRangeKeyExtractor(Class<ID> idClass)
String getRangeKeyPropertyName()
boolean isCompositeHashAndRangeKeyProperty(String propertyName)
<H> T getHashKeyPropotypeEntityForHashKey(H hashKey)
Copyright © 2016. All rights reserved.