spring-data-dynamodb
spring-data-dynamodb copied to clipboard
This module deals with enhanced support for a data access layer built on AWS DynamoDB.
Requesting an enhancement for Dynamo DB Data Repository given variable annotated with @DynamoDBHashKey, would like to see an annotation that is @DynamoDBAutoIncrement on an integer variable where multiple instances of...
My entity contains a field of type `Set countries` (stringSet). I want to query against it with two country (query value, default value). ## Expected Behavior `Iterable findAllByCountriesContainsOrCountriesContains(Set a, Set...
## Expected Behavior It's possible to run queries that filter by a value with `DynamoDBMapperConfig.PaginationLoadingStrategy.ITERATION_ONLY` ## Actual Behavior You get the following error: ``` java.lang.UnsupportedOperationException: The list could only be...