Interface DynamoDBIdIsHashAndRangeKeyEntityInformation<T,ID>
-
- All Superinterfaces:
DynamoDBEntityInformation<T,ID>,DynamoDBHashAndRangeKeyExtractingEntityMetadata<T,ID>,DynamoDBHashKeyExtractingEntityMetadata<T>,org.springframework.data.repository.core.EntityInformation<T,ID>,org.springframework.data.repository.core.EntityMetadata<T>
- All Known Implementing Classes:
DynamoDBIdIsHashAndRangeKeyEntityInformationImpl
public interface DynamoDBIdIsHashAndRangeKeyEntityInformation<T,ID> extends DynamoDBHashAndRangeKeyExtractingEntityMetadata<T,ID>, DynamoDBEntityInformation<T,ID>
- Author:
- Michael Lavelle, Sebastian Just
-
-
Method Summary
-
Methods inherited from interface org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBEntityInformation
getHashKey, getLimit, getProjection, getRangeKey, isCompositeHashAndRangeKeyProperty, isRangeKeyAware
-
Methods inherited from interface org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBHashAndRangeKeyExtractingEntityMetadata
getHashAndRangeKeyExtractor, getHashKeyPropotypeEntityForHashKey, getIndexRangeKeyPropertyNames, getRangeKeyPropertyName, isCompositeHashAndRangeKeyProperty
-
Methods inherited from interface org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBHashKeyExtractingEntityMetadata
getDynamoDBTableName, getGlobalSecondaryIndexNamesByPropertyName, getHashKeyPropertyName, getMarshallerForProperty, getOverriddenAttributeName, getTypeConverterForProperty, isGlobalIndexHashKeyProperty, isGlobalIndexRangeKeyProperty, isHashKeyProperty
-
-