客观化——与IN过滤操作相反



当列表被过滤时,是否有一种方法可以在查询中排除?例如:允许在键不在键列表中时取键

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

底层api不公开此操作。在GAE问题跟踪器中提交一个特性请求:

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

最新更新