forked from derjust/spring-data-dynamodb
-
-
Notifications
You must be signed in to change notification settings - Fork 48
Change Log
John D edited this page May 24, 2020
·
5 revisions
- Missing LSI Indexes Projection Settings
- Failed to register dynamoDBMapperRef
- Limit and Consistent Reads only works on GSIs
@Query(fields = "leaveDate", limit = 1, filterExpression = "contains(#field, :value)",
expressionMappingNames = {@ExpressionAttribute(key = "#field", value = "name")},
expressionMappingValues = {@ExpressionAttribute(key=":value", value = "projection")})
List<User> findByPostCode(String postCode);