spring与hibernate整合

hibernate中最重要的是session,session是由sessionFactory创建的,而sessionFactory是由我们自己创建的。

所以hibernate与spring整合就是把sessionFactory交由spring来处理即可

原文地址:https://www.cnblogs.com/hwgok/p/8598134.html