ibatis之批量操作实例
程序员文章站
2022-05-28 16:33:41
...
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