Objectify - 与IN过滤器操作相反

时间:2015-08-11 04:04:00

标签: java google-app-engine objectify

有没有办法在列表过滤时在查询中排除? 类似于:允许在密钥不在密钥列表中时获取。

List<Key<User>> userKeys = getUserKeys(); ofy().load().type(User.class).filter("__key__ ?????", userKeys).list();

1 个答案:

答案 0 :(得分:2)

低级api不会暴露此操作。在GAE问题跟踪器中提交功能请求:

https://code.google.com/p/googleappengine/issues/list