摘要: public void truncateTable(Session session, String tableNameInDb) { String sql = " truncate table " + tableNameInDb; Query query = session.createSQLQue 阅读全文
posted @ 2019-12-25 12:09 不打鱼光晒网 阅读(1409) 评论(0) 推荐(0)