ibatis之批量操作实例
时间:2021-07-01 10:21:17
帮助过:60人阅读
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
public void batchUpdateExec(String sqlId, List