jdbcTemplate的queryForList
摘要:
jdbcTemplate的queryForList的使用方法如下,它不一样的地方是,它获得的结果,会再放到一个map里去:List rows = jdbcTemplate.queryForList("SELECT * FROM USER"); Iterator it = rows.iterat... 阅读全文
posted @ 2014-10-11 17:38 王大王 阅读(11048) 评论(0) 推荐(0) 编辑