返回多行,RowMapper 不支持queryForList()方法,需要手動映射它。 public List findAll(){ String sql = "SELECT \* FROM CUSTOMER"; List<Customer> ...
確定! 回上一頁