java - Hibernate 3.5.0-CR-2版本是否支持JPA2.0

标签 java hibernate jpa jpa-2.0

我看到 Hibernate 主页有一个符号,通知它实现了 JSR 317,但我找不到它是否实现了完整的规范。有谁知道 Hibernate 3.5.0-CR-2 是否完全实现了 JSR 317?

我可以从他们的 JIRA 中看到与 JPA 2.0 相关的一切都已关闭:

http://opensource.atlassian.com/projects/hibernate/browse/HHH-4190?subTaskView=all

有人有过在 Hibernate 中使用 JPA2.0 的经历吗?它实现了完整的规范吗?

最佳答案

release notes for 3.5-CR1声称完全符合 JPA 2.0:

I am pleased to announce that we have just released Hibernate version 3.5.0-CR-1. As a refresher, Hibernate follows the JBoss versioing scheme where CR is a "Candidate for Release" (what many of you might call RC). The main stated goal of 3.5 is JPA 2 compliance. This is the first release we believe achieves that goal entirely. In fact we are in the process of certifying for standalone JPA 2 compliance and have integrated this CR into the imminent JBoss AS M2 release as part of their effort towards full Java EE 6 compliance.

关于java - Hibernate 3.5.0-CR-2版本是否支持JPA2.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2534937/

相关文章:

java - 使用 JPA CriteriaBuilder 生成查询,其中属性位于列表中或为空

java - EntityManager 的 find() 方法是否创建 JPA 类的新实例?

java - 添加指向 AlertDialog 上按钮的链接,该按钮在应用程序启动时显示

java - Java中的自修改代码

java - 从适配器更新 fragment 的 TextView (asyncTask)

java - 如何在java中进行整数枚举声明

java - JPA/Hibernate 标准 API JOIN

java - Android:处理同步网络通话

java - Spring Hibernate Integration jar 真正需要什么

java - 为什么这个 JPA 查询不返回我的特定类的列表?