Java 数据对象 (JDO) 在哪个版本中首先开始允许注释作为 XML 的替代品?
我的理解是,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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自 apaches JDO 页面:
最新版本是 JDO 2.2,2.3 有一个早期访问版本(同样,此信息对 apache JDO 有效)。
From apaches JDO page:
Most recent release is JDO 2.2, for 2.3 there's an early access release (again, this information is valid for apache JDO).