Spring 3.1, Hibernate 4, SessionFactory

后端 未结 6 2132
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-02 09:46

This was working:



        
6条回答
  •  一整个雨季
    2020-12-02 10:22

    I had to change a couple of things, here we go :

    In my transaction manager set up changed 3 -> 4 :

    org.springframework.orm.hibernate4.HibernateTransactionManager;
    

    And my sessionFactory to this (thanks @toxin) :

提交回复
热议问题