【问题标题】:Objectify - opposite of IN filter operationObjectify - 与 IN 过滤器操作相反
【发布时间】:2015-11-03 03:52:49
【问题描述】:

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

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

【问题讨论】:

    标签: java google-app-engine objectify


    【解决方案1】:

    这个操作不被底层api暴露。在 GAE 问题跟踪器中提交功能请求:

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2010-10-12
      • 2012-10-04
      • 1970-01-01
      • 1970-01-01
      • 2019-05-27
      • 1970-01-01
      • 1970-01-01
      • 2019-06-17
      相关资源
      最近更新 更多