JPA 专业知识是否可以转移到 Toplink?

发布于 2024-09-05 10:19:36 字数 44 浏览 2 评论 0原文

JPA 和 Toplink 有多相似,其中一个的专业知识可以转移到另一个?

How similar are JPA and Toplink such that expertise in one could carry over to the other?

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

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

发布评论

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

评论(2

◇流星雨 2024-09-12 10:19:36

据我了解,TopLink是JPA标准的实现。还有其他的,使用 TopLink 意味着使用 JPA。当然,对于较新版本的 JPA 标准,我建议使用更强大的架构,例如 Hibernate。事实上,JPA 标准从 Hibernate 借用了很多,所以现在它们是相互内联的。另一个优点是,网上有很多关于 Hibernate 的参考资料,而 TopLink 与之相差甚远。

Hibernate 是一个相当复杂的工具,但是任何 Java 商店都非常需要拥有它的经验。

As I understand it, TopLink is an implementation of the JPA standard. There are others as well, and using TopLink implies using JPA. Of course with the newer versions of the JPA standard, I would suggest using a more robust architecture such as Hibernate. The JPA standard infact borrowed quite a bit from Hibernate, and so now they are inline with one another. Another advantage is that there is a lot of reference material online for Hibernate, and TopLink is nowhere close to this.

Hibernate is a pretty complex tool, but experience in it would be highly desirable in any Java shop.

做个少女永远怀春 2024-09-12 10:19:36

JPA 是 TopLink 提供的功能的子集。如果您觉得 JPA 可以满足您的需求,那么就使用它。如果您稍后需要更改 ORM 解决方案,它将为您提供一个简单的路线。

JPA is a subset of the features offered by TopLink. If you feel your needs are met by JPA, then use that. It will give you a simple route should you need to change ORM solution later.

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