2017年6月4日

hibernate(nested transactions not supported)异常

摘要: org.hibernate.TransactionException: nested transactions not supported错误的解决方法! 原因:事务没有提交,事务提交后正常 Transaction tx = session.beginTransaction(); tx.commit 阅读全文

posted @ 2017-06-04 17:25 玄门主宰 阅读(472) 评论(0) 推荐(0) 编辑

导航