【Mybatis】BatchExecutor批量处理逻辑源码解析
public int doUpdate(MappedStatement ms, Object parameterObject) throws SQLException {
final Configuration configuration = ms.getConfiguration();
final StatementHandler handler = configuration.newStatementHandler(this, ms, parameterObject, Ro...
原创
2020-11-22 11:31:07 ·
1545 阅读 ·
0 评论