摘要: 批量插入并返回批量id(由于JDBCTemplate不支持批量插入后返回批量id,所以此处使用jdbc原生的方法实现此功能) public List<Integer> addProduct(List<ProductBean> expList) throws SQLException { final 阅读全文
posted @ 2022-04-25 13:34 1156740846 阅读(732) 评论(0) 推荐(0) 编辑
摘要: import org.springframework.dao.DataAccessException; import org.springframework.jdbc.core.*; import org.springframework.jdbc.support.JdbcUtils; import 阅读全文
posted @ 2022-04-25 13:29 1156740846 阅读(1059) 评论(0) 推荐(0) 编辑