집 >데이터 베이스 >MySQL 튜토리얼 >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
public void batchUpdateExec(String sqlId, List