码迷,mamicode.com
首页 > Web开发 > 详细

hibernate(nested transactions not supported)异常

时间:2017-06-04 18:28:43      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:font   action   hibernate   nes   hiberna   pos   tran   cti   round   

org.hibernate.TransactionException: nested transactions not supported错误的解决方法!

原因:事务没有提交,事务提交后正常

Transaction tx = session.beginTransaction();

tx.commit(); //缺少这句话

hibernate(nested transactions not supported)异常

标签:font   action   hibernate   nes   hiberna   pos   tran   cti   round   

原文地址:http://www.cnblogs.com/lmq-1048498039/p/6941153.html

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