Package com.googlecode.objectify.cmd
Interface QueryKeys<T>
- All Superinterfaces:
Iterable<Key<T>>
,QueryExecute<Key<T>>
,QueryResultIterable<Key<T>>
After you call Query.keys(), you are executing a keys-only query. This is the command structure. It offers only terminators; if you wanted additional filtering, add it before keys().
- Author:
- Jeff Schnitzer invalid input: '<'[email protected]>
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface com.googlecode.objectify.cmd.QueryExecute
first, iterable, list, stream, toString
Methods inherited from interface com.googlecode.objectify.cmd.QueryResultIterable
iterator