通过会话工厂sessionFactory创建session
openSession()和getCurrentSession()的区别
- 采用getCurrentSession()创建的session会绑定到当前线程中,而采用openSession()创建的线程则不会
- 采用getCurrentSession()创建的session在commit()或rollback()时会自动关闭,而采用openSession()创建的session必须手动关闭
标签:current ber 手动 mit nat getc open 自动 必须
通过会话工厂sessionFactory创建session
openSession()和getCurrentSession()的区别
标签:current ber 手动 mit nat getc open 自动 必须
原文地址:https://www.cnblogs.com/lc0814/p/8384503.html