Java 数据对象 (JDO) 在哪个版本中首先开始允许注释作为 XML 的替代品?

发布于 2024-08-19 17:56:24 字数 109 浏览 4 评论 0原文

我的理解是,JDO 的原始版本需要使用 XML 文件来描述元数据,但我发现最新版本允许注释。

这是正确的吗?

如果是这样,JDO 中何时首次提供注释作为 XML 的替代品?

My understanding is that the original incarnation of JDO required the use of XML files to describe the metadata but I see that the most recent version allows annotations.

Is this correct?

If so, when did annotations first become available in JDO as an alternative to XML?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一曲琵琶半遮面シ 2024-08-26 17:56:24

来自 apaches JDO 页面:

JDO 2.1 维护版本提供对 JDK 1.5 功能的支持,包括使用注释作为指定映射的方法。

最新版本是 JDO 2.2,2.3 有一个早期访问版本(同样,此信息对 apache JDO 有效)。

From apaches JDO page:

The JDO 2.1 maintenance release provides support for JDK 1.5 features,including the use of annotations as a means of specifying mapping.

Most recent release is JDO 2.2, for 2.3 there's an early access release (again, this information is valid for apache JDO).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文