beginTransaction()
Transaction tx = null; //定義事務物件 try{ tx = session.beginTransaction(); //開啟事務 }catch(HibernateException e){ e.printStackTrace(); }