JPA 和 Android

发布于 2024-12-29 22:20:52 字数 143 浏览 2 评论 0原文

我计划使用 Google App Engine 与 Android 应用程序进行通信。我计划使用 Objectify,它使用 JPA 注释,并使用内置的 XML 库序列化它们。如果我想在两端使用相同的对象,我应该如何处理注释(例如@Id等)?

谢谢, 乔恩

I plan on using Google App Engine to communicate with an Android App. I am planning on using Objectify, which uses JPA annotations, and serialize them using the built in XML libraries. If I wanted to use the same object on both ends, what should I do about the annotations (such as @Id, etc)?

Thanks,
Jon

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

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

发布评论

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

评论(1

活泼老夫 2025-01-05 22:20:52

从版本 4 开始,Objectify 不再使用 JPA/JDO 注释。

不好的是默认的 Objectify 发行版中不提供仅注释的 jar。您需要检查其源代码并构建“client-jar”nant 目标并将其放入 Android 应用程序中。

Starting from version 4 Objectify no longer uses JPA/JDO annotations.

Bad thing is that annotation only jar is not supplied in default Objectify distribution. You'd need to check out its sources and build "client-jar" nant target that you'd put into your Android application.

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