码迷,mamicode.com
首页 > 其他好文 > 详细

No EntityManager with actual transaction available for current thread - cannot reliably process 'remove' call的解决办法

时间:2019-12-12 18:18:20      阅读:102      评论:0      收藏:0      [点我收藏+]

标签:就会   ali   应该   process   manager   with   roc   repos   actual   

No EntityManager with actual transaction available for current thread - cannot reliably process ‘remove‘ call

  遇到这种问题,应该是你的controller层直接调用了Repository的删除方法,类似的可能是controller层直接调用了Repository的增加或修改方法。如果项目封装了controller不能直接调用Repository的删除、增加和修改方法,那么在controller直接调用Repository的删除、增加和修改方法就会报标题的那个错误,这时Repository的删除、增加和修改方法需要用service封装。

No EntityManager with actual transaction available for current thread - cannot reliably process 'remove' call的解决办法

标签:就会   ali   应该   process   manager   with   roc   repos   actual   

原文地址:https://www.cnblogs.com/pzw23/p/12030580.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!