Spring 提供了JdbcTemplate ,对JDBC 封装了一层,可以有效减少样板代码。 ... public void delete(String name) { jdbcTemplate.update("delete from user where ...
確定! 回上一頁