在 Google App Engine 上将 JDO 与 HRD 结合使用

发布于 2024-11-30 14:25:08 字数 129 浏览 1 评论 0原文

为了与 HRD 获得一致的查询,我们被告知要使用祖先查询。

我正在使用 JDO,但是我找不到使用 JDO 查询的祖先查询的示例。

有人可以告诉我这是否可能吗?如果可以,你能给我举个例子吗?

谢谢。

To get consistent queries with HRD, we are told to use ancestor queries.

i am using JDO, however i cannot find an example of an ancestor query using JDO Query.

can someone tell me if its possible, and if so can you point me to an example?

thank you.

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

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

发布评论

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

评论(1

红ご颜醉 2024-12-07 14:25:08

不,无法在 JDO 中进行祖先查询,只能在低级 API 中进行。不过,如果您可以选择数据库框架,我强烈建议切换到 Objectify。

如果必须使用 JDO,则可以向每个子实体添加“父”属性,这将允许您查询实体的直接父实体。

No, there's no way to do ancestor queries in JDO, only in the low-level API. If you have a choice of database frameworks, though, I would strongly recommend switching to Objectify.

If you must use JDO, you could add a 'parent' property to each child entity, which would allow you to query on the immediate parent of an entity.

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