org.hibernate.HibernateException:Illegal attempt to associate a collection with two open sessions; 问题。
时间:2014-03-05 18:22:28
收藏:0
阅读:807
遇到这种问题,童鞋需要读一下自己的程序,是否在处理同一个数据层的方法时没有关掉session。
原文:http://www.cnblogs.com/binary0101/p/3581792.html
评论(0)