HibernateTemplate vs HibernateDaoSupport vs SessionFactory Injection

后端 未结 3 1902
既然无缘
既然无缘 2021-02-03 15:27

I have seen in lot of forums and still in confusion. We are starting a new project with Spring 3.1 & Hibernate 4 and need to decide which strategy to use for Hibernate with

3条回答
  •  北海茫月
    2021-02-03 16:09

    Now SessionFactory is recomended for Hibernate 4 for open/close connection automatically. So no need to use HibernateTemplate class.

提交回复
热议问题