getCurrentSession与openSession的区别
一:getCurrentSession () ?使用当前的 session
?
注意:1,使用 SessionFactory.
?
使用:Session s = HibernateUtil.getSessionFactory().getCurrentSession(); 即可获取 Session?
?
…………
发布时间: 2012-10-26 10:30:59 作者: rapoo
getCurrentSession与openSession的区别
一:getCurrentSession () ?使用当前的 session
?
注意:1,使用 SessionFactory.
?
使用:Session s = HibernateUtil.getSessionFactory().getCurrentSession(); 即可获取 Session?
?
…………