Class KeyQuery

All Implemented Interfaces:
RecordQuery<Key>, Serializable

public final class KeyQuery extends StructuredQuery<Key>
An implementation of a Google Cloud Datastore key-only query that can be constructed by providing all the specific query elements.
See Also: