Uses of Interface
org.socialsignin.spring.data.dynamodb.repository.support.HashAndRangeKeyExtractor
-
Packages that use HashAndRangeKeyExtractor Package Description org.socialsignin.spring.data.dynamodb.repository.support -
-
Uses of HashAndRangeKeyExtractor in org.socialsignin.spring.data.dynamodb.repository.support
Classes in org.socialsignin.spring.data.dynamodb.repository.support that implement HashAndRangeKeyExtractor Modifier and Type Class Description classCompositeIdHashAndRangeKeyExtractor<ID,H>Methods in org.socialsignin.spring.data.dynamodb.repository.support that return HashAndRangeKeyExtractor Modifier and Type Method Description <H> HashAndRangeKeyExtractor<ID,H>DynamoDBHashAndRangeKeyExtractingEntityMetadata. getHashAndRangeKeyExtractor(java.lang.Class<ID> idClass)<H> HashAndRangeKeyExtractor<ID,H>DynamoDBHashAndRangeKeyExtractingEntityMetadataImpl. getHashAndRangeKeyExtractor(java.lang.Class<ID> idClass)<H> HashAndRangeKeyExtractor<ID,H>DynamoDBIdIsHashAndRangeKeyEntityInformationImpl. getHashAndRangeKeyExtractor(java.lang.Class<ID> idClass)
-