摘要:
阅读全文
摘要:
Session session=null; try { session=factory.openSession(); //将事务设置为活动状态,但并不表示这会开启一个事务,事务是一直存在的。 tx=session.beginTransaction(); //操作A id= (int) session 阅读全文
摘要:
* 如果使用的是本地事务(jdbc事务) <property name="hibernate.current_session_context_class">thread</property> * 如果使用的是全局事务(jta事务) <property name="hibernate.current_ 阅读全文
摘要:
阅读全文