专题文章
时长:00:00更新时间:2020-11-09 15:10:24
ibatis之批量操作实例:public void batchUpdateExec(String sqlId, ListObject param) throws DaoException { if (sqlId != null sqlId.length() 0) { if (param != null param.size() 0) { try { this.getSqlMapClient().startBatch(); for (int i = 0; i param.size(); i) { thi
查看详情