Spring boot udpate delete 數據時,事務管理報錯

No EntityManager with actual transaction available for current thread - cannot reliably process 'remove' call; nested exception is javax.persistence.TransactionRequiredException: No EntityManager with actual transaction available for current thread - cannot reliably process 'remove' call
 java

 緣由是,在更新 刪除操做的業務方法中,其中有一個Service沒加@Transaction 註解ui

只有新增操做的業務方法中,部分Service不加註解不會報錯。spa

產生問題:這樣涉及到Update,Delete的會都在同一個事物中嗎, 如何對整個業務的修改、更新作到事物細化???.net

相關文章
相關標籤/搜索