Spring data jpa批量插入和更新

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