Which version of Hibernate is suited for Spring 4.3.2?

◇◆丶佛笑我妖孽 提交于 2019-12-06 04:18:57

Read the link https://spring.io/blog/2016/06/10/spring-framework-4-3-goes-ga Seems to me Hibernate 5.2 is the way to go.

I belive that correct answer is Hibernate 4.* try with Hibernate Core 4.3.6.Final.

From the Spring point of view with Spring 4.3.2 you can use any Hibernate version up to the latest 5.2. For example i have used Spring with Hibernate 4.3.7 and Hibernate 5.0.7 so there does not have to be an exact match of versions.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!