Class EntityQueryResult<T>
java.lang.Object
io.awspring.spring.data.dynamodb.core.EntityQueryResult<T>
Query or scan result with count and optional continuation cursor.
- Since:
- 1.0.0
- Author:
- Matej Nedic
-
Method Summary
Modifier and TypeMethodDescription@Nullable IntegergetCount()static <T> EntityQueryResult<T> of(T entity) static <T> EntityQueryResult<T> static <T> EntityQueryResult<T>
-
Method Details
-
of
-
of
-
of
public static <T> EntityQueryResult<T> of(T entity, @Nullable Integer count, @Nullable Map<String, Object> lastEvaluatedKey) -
getEntity
-
getCount
-
getLastEvaluatedKey
-