public class DynamoDBIdIsHashKeyEntityInformationImpl<T,ID extends Serializable> extends FieldAndGetterReflectionEntityInformation<T,ID> implements DynamoDBEntityInformation<T,ID>
method| Constructor and Description |
|---|
DynamoDBIdIsHashKeyEntityInformationImpl(Class<T> domainClass,
DynamoDBHashKeyExtractingEntityMetadata<T> metadata) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDynamoDBTableName() |
Map<String,String[]> |
getGlobalSecondaryIndexNamesByPropertyName() |
Object |
getHashKey(ID id) |
String |
getHashKeyPropertyName() |
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshaller<?> |
getMarshallerForProperty(String propertyName) |
String |
getOverriddenAttributeName(String attributeName) |
Object |
getRangeKey(ID id) |
boolean |
isCompositeHashAndRangeKeyProperty(String propertyName) |
boolean |
isGlobalIndexHashKeyProperty(String propertyName) |
boolean |
isGlobalIndexRangeKeyProperty(String propertyName) |
boolean |
isHashKeyProperty(String propertyName) |
boolean |
isRangeKeyAware() |
getId, getIdTypegetJavaType, isNewclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic DynamoDBIdIsHashKeyEntityInformationImpl(Class<T> domainClass, DynamoDBHashKeyExtractingEntityMetadata<T> metadata)
public Object getHashKey(ID id)
getHashKey in interface DynamoDBEntityInformation<T,ID extends Serializable>public boolean isRangeKeyAware()
isRangeKeyAware in interface DynamoDBEntityInformation<T,ID extends Serializable>public String getOverriddenAttributeName(String attributeName)
getOverriddenAttributeName in interface DynamoDBHashKeyExtractingEntityMetadata<T>public boolean isHashKeyProperty(String propertyName)
isHashKeyProperty in interface DynamoDBHashKeyExtractingEntityMetadata<T>public boolean isCompositeHashAndRangeKeyProperty(String propertyName)
isCompositeHashAndRangeKeyProperty in interface DynamoDBEntityInformation<T,ID extends Serializable>public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshaller<?> getMarshallerForProperty(String propertyName)
getMarshallerForProperty in interface DynamoDBHashKeyExtractingEntityMetadata<T>public Object getRangeKey(ID id)
getRangeKey in interface DynamoDBEntityInformation<T,ID extends Serializable>public String getDynamoDBTableName()
getDynamoDBTableName in interface DynamoDBHashKeyExtractingEntityMetadata<T>public String getHashKeyPropertyName()
getHashKeyPropertyName in interface DynamoDBHashKeyExtractingEntityMetadata<T>public Map<String,String[]> getGlobalSecondaryIndexNamesByPropertyName()
getGlobalSecondaryIndexNamesByPropertyName in interface DynamoDBHashKeyExtractingEntityMetadata<T>public boolean isGlobalIndexHashKeyProperty(String propertyName)
isGlobalIndexHashKeyProperty in interface DynamoDBHashKeyExtractingEntityMetadata<T>public boolean isGlobalIndexRangeKeyProperty(String propertyName)
isGlobalIndexRangeKeyProperty in interface DynamoDBHashKeyExtractingEntityMetadata<T>Copyright © 2016. All rights reserved.