DynamoDBHashKeyExtractingEntityMetadata<T>
, org.springframework.data.repository.core.EntityInformation<T,ID>
, org.springframework.data.repository.core.EntityMetadata<T>
DynamoDBIdIsHashAndRangeKeyEntityInformation<T,ID>
DynamoDBIdIsHashAndRangeKeyEntityInformationImpl
, DynamoDBIdIsHashKeyEntityInformationImpl
public 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, isHashKeyProperty
Copyright © 2018. All rights reserved.