// 以下获取SessionFactory的方法和老师讲的有什么不同?如何取舍? factory = new Configuration().configure().buildSessionFactory();
这是hibernate3创建sessionFactory的方式,在hibernate4中已经不推荐使用此方式。