2017.9.15 mybatis批量插入後實現主鍵回填

參考來自:mybatis mysql 批量insert 返回主鍵   注意:必須要在mybatis3.3.1及其以上才能實現。 1.service 1 List branchEntryList = (ArrayList<Entry>)entryMap.get("branchEntryList"); 2 branchDao.insertBatch(branchEntryList);   2.dao
相關文章
相關標籤/搜索