如何獲得Session物件及在Hibernate.cfg.xml檔案中的配置

bluelight發表於2016-08-14
    如果使用getCurrentSession需要在hibernate.cfg.xml檔案中進行配置:
如果是本地事務(JDBC事務)
<propertyname="hibernate.current_session_context_class">thread</property>
如果是全域性事務(jta事務)
<propertyname="hibernate.current_session_context_class">jtx</property>

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/1724534/viewspace-2123457/,如需轉載,請註明出處,否則將追究法律責任。

相關文章