Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为了使用 HRD 获得一致的查询,我们被告知使用祖先查询。
我正在使用 JDO,但是我找不到使用 JDO 查询的祖先查询的示例。
有人可以告诉我它是否可能,如果可以,你能给我举个例子吗?
谢谢你。
不,没有办法在 JDO 中进行祖先查询,只能在低级 API 中进行。但是,如果您可以选择数据库框架,我强烈建议您切换到 Objectify。
如果您必须使用 JDO,您可以为每个子实体添加一个“父”属性,这将允许您查询实体的直接父级。