Class EntityQuery

All Implemented Interfaces:
RecordQuery<Entity>, Serializable

public final class EntityQuery extends StructuredQuery<Entity>
An implementation of a Google Cloud Datastore entity query that can be constructed by providing all the specific query elements.
See Also: