Spring data jpa批量插入和更新

publicinterface BatchDao<T> { publicvoid batchInsert(List<T> list); publicvoid batchUpdate(List<T> list); } publicinterface ReceiptDao extendsPagingAndSortingRepository<Receipt, Long>,
相关文章
相关标签/搜索