Interface HashAndRangeKeyExtractor<ID,H>
-
- All Superinterfaces:
HashKeyExtractor<ID,H>
- All Known Implementing Classes:
CompositeIdHashAndRangeKeyExtractor
public interface HashAndRangeKeyExtractor<ID,H> extends HashKeyExtractor<ID,H>
- Author:
- Michael Lavelle, Sebastian Just
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetRangeKey(ID id)-
Methods inherited from interface org.socialsignin.spring.data.dynamodb.repository.support.HashKeyExtractor
getHashKey
-
-
-
-
Method Detail
-
getRangeKey
java.lang.Object getRangeKey(ID id)
-
-