forked from derjust/spring-data-dynamodb
-
-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Description
@Query(fields = "leaveDate", limit = 1, filterExpression = "contains(#field, :value)",
expressionMappingNames = {@ExpressionAttribute(key = "#field", value = "name")},
expressionMappingValues = {@ExpressionAttribute(key=":value", value = "projection")})
This allows people the ability to use filter expressions
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request