简体   繁体   中英

Objectify - opposite of IN filter operation

Is there a way to exclude in the query when a list is filtered? Something like: allow to fetch when the key is not inside keys list.

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

This operation is not exposed by the low level api. File a feature request in the GAE issue tracker:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM