for (String tableName : tableNames) { jdbcTemplate.execute("DROP TABLE " + tableName); ... getBean(JdbcTemplate.class); jdbcTemplate.execute("delete from ...
確定! 回上一頁