Executing an update/delete query; nested exception is javax.persistence.TransactionRequiredException

問題:在調用JPA進行更新操作時報錯如下: Executing an update/delete query; nested exception is javax.persistence.TransactionRequiredException: 代碼: 原因:其實提示已經很明確了,沒有使用事物 解決方案:方法上增加@Transactional   @Transactional @Modifyin
相關文章
相關標籤/搜索