Annotation Interface Query
Declares an explicit DynamoDB repository read query.
- Since:
- 1.0.0
- Author:
- Matej Nedic
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanbooleanint
-
Element Details
-
keyConditionExpression
-
filterExpression
-
indexName
-
consistentRead
boolean consistentRead- Returns:
- whether the query requests a strongly consistent read
- Default:
false
-
limit
int limit- Returns:
- the maximum evaluated items per request, or
-1for no explicit limit
- Default:
-1
-
allowScan
boolean allowScan- Returns:
- whether a scan is allowed when no key condition is available
- Default:
false
-
partiQl
-
names
-
values
-