DynamoDBHashAndRangeKeyMethodExtractor<T>, org.springframework.data.repository.core.EntityMetadata<T>public class DynamoDBHashAndRangeKeyMethodExtractorImpl<T> extends Object implements DynamoDBHashAndRangeKeyMethodExtractor<T>
| Constructor | Description | 
|---|---|
| DynamoDBHashAndRangeKeyMethodExtractorImpl(Class<T> idType) | Creates a new  DynamoDBHashAndRangeKeyMethodExtractorfor the given
 domain type. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Field | getHashKeyField() | |
| Method | getHashKeyMethod() | |
| Class<T> | getJavaType() | |
| Field | getRangeKeyField() | |
| Method | getRangeKeyMethod() | 
public DynamoDBHashAndRangeKeyMethodExtractorImpl(Class<T> idType)
DynamoDBHashAndRangeKeyMethodExtractor for the given
 domain type.idType - must not be null.public Class<T> getJavaType()
getJavaType in interface org.springframework.data.repository.core.EntityMetadata<T>public Method getHashKeyMethod()
getHashKeyMethod in interface DynamoDBHashAndRangeKeyMethodExtractor<T>public Method getRangeKeyMethod()
getRangeKeyMethod in interface DynamoDBHashAndRangeKeyMethodExtractor<T>public Field getHashKeyField()
getHashKeyField in interface DynamoDBHashAndRangeKeyMethodExtractor<T>public Field getRangeKeyField()
getRangeKeyField in interface DynamoDBHashAndRangeKeyMethodExtractor<T>Copyright © 2018. All rights reserved.