大哥大姐,关于hibernate的问题!
在Hibernate中。
Configuration config=new Cofiguration().configure();
SessionFactory factory=config.buildSessionFactory();
Session session=factory.openSession();
在这里有的书上写的是getCurrentSession()。
到底openSession()和getCurrentSession()有什么区别。
谢谢!!