Uses of Interface
org.socialsignin.spring.data.dynamodb.repository.support.DynamoDBIdIsHashAndRangeKeyEntityInformation
-
Packages that use DynamoDBIdIsHashAndRangeKeyEntityInformation Package Description org.socialsignin.spring.data.dynamodb.repository.query org.socialsignin.spring.data.dynamodb.repository.support -
-
Uses of DynamoDBIdIsHashAndRangeKeyEntityInformation in org.socialsignin.spring.data.dynamodb.repository.query
Constructors in org.socialsignin.spring.data.dynamodb.repository.query with parameters of type DynamoDBIdIsHashAndRangeKeyEntityInformation Constructor Description DynamoDBEntityWithHashAndRangeKeyCriteria(DynamoDBIdIsHashAndRangeKeyEntityInformation<T,ID> entityInformation, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel<T> tableModel) -
Uses of DynamoDBIdIsHashAndRangeKeyEntityInformation in org.socialsignin.spring.data.dynamodb.repository.support
Classes in org.socialsignin.spring.data.dynamodb.repository.support that implement DynamoDBIdIsHashAndRangeKeyEntityInformation Modifier and Type Class Description classDynamoDBIdIsHashAndRangeKeyEntityInformationImpl<T,ID>Encapsulates minimal information needed to load DynamoDB entities that have both hash and range key, and have a composite id attribute annotated withId.
-