begin 方法用于开启事务。
语法:
应用 begin 方法开启事务。
Transaction tx = session.getTransaction(); //创建Transaction示例 tx.begin(); //开启事务