<T> List<T>
findList(RowMapper<T> mapper)
<T> T
findOne(RowMapper<T> mapper)
<T> SqlQuery.TypeQuery<T>
mapTo(RowMapper<T> mapper)