简体   繁体   English

Hibernate for Java 1.5的最新版本是什么

[英]What is the latest version Hibernate for Java 1.5

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. 我们使用的是Weblogic 10,因此允许的最大Java数量是Java 1.5。我使用EJB3继承了代码。因此,我将不得不在Java 1.5限制的范围内进行操作。 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. 我认为,原始设计人员曾考虑过使用Hibernate来实现数据访问,并且在某些时候,我们将迁移到JBOSS,因此希望保留Hibernate作为选择。在项目中有一个版本-版本3.2.1ga。 Same is a version for hibernate-entitymanager.jar 同样是hibernate-entitymanager.jar的版本

What is the latest version of Hibernate that I can use for this? 我可以使用的最新版本的Hibernate是什么? I understand there were some changes in it. 我了解其中有所更改。

Hibernate 3.x workes with JDK 4 and 5, The 4.x requires 6. I think you should go with HIbernate 3.6.x. Hibernate 3.x可与JDK 4和5一起使用。4.x需要6。我认为您应该使用HIbernate3.6.x。 The last version in 3.x was 3.6.10. 3.x中的最新版本是3.6.10。

You will not find it on hibernate site you will to goto sourcefoge.net to get this version. 在休眠站点上找不到它,您将转到sourcefoge.net获得此版本。 here's the link 是链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM