ibatis的批处理
程序员文章站
2022-05-23 13:01:30
...
利用com.ibatis.sqlmap.client.SqlMapClient类的对象的两个方法,示例如下:
public void batchUpdateXianxin(List<Xianxin> xianxins) throws SQLException {
sqlMapper.startBatch();
//…execute statements in between
System.out.println(sqlMapper.executeBatch());
}
上一篇: Ibatis一对多的延迟加载应用
下一篇: 全球地区时区代码