What is the latest version Hibernate for Java 1.5

此生再无相见时 提交于 2019-12-10 11:25:23

问题


We are using Weblogic 10, so maximum Java allowed there is Java 1.5 I inherited the code using EJB3 So, I will have to work on it within a realm of my Java 1.5 limitation. I think, original designers had in mind to use Hibernate for implementing Data access, and at some point we will migrate to JBOSS, so would like to keep Hibernate as a choice There is one sitting in a project - version 3.2.1.ga. Same is a version for hibernate-entitymanager.jar

What is the latest version of Hibernate that I can use for this? I understand there were some changes in it.


回答1:


Hibernate 3.x workes with JDK 4 and 5, The 4.x requires 6. I think you should go with HIbernate 3.6.x. The last version in 3.x was 3.6.10.

You will not find it on hibernate site you will to goto sourcefoge.net to get this version. here's the link



来源:https://stackoverflow.com/questions/24806926/what-is-the-latest-version-hibernate-for-java-1-5

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