Class AbstractSingleEntityQuery<T>

    • Constructor Detail

      • AbstractSingleEntityQuery

        public AbstractSingleEntityQuery​(DynamoDBOperations dynamoDBOperations,
                                         java.lang.Class<T> clazz)
    • Method Detail

      • getResultList

        public java.util.List<T> getResultList()
        Description copied from interface: Query
        Execute a SELECT query and return the query results as a List.
        Specified by:
        getResultList in interface Query<T>
        Returns:
        a list of the results