| Package | Description |
|---|---|
| com.google.cloud.datastore |
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile
applications.
|
| Modifier and Type | Field and Description |
|---|---|
static Query.ResultType<Entity> |
Query.ResultType.ENTITY |
static Query.ResultType<Key> |
Query.ResultType.KEY |
static Query.ResultType<ProjectionEntity> |
Query.ResultType.PROJECTION_ENTITY |
| Modifier and Type | Method and Description |
|---|---|
static <V> GqlQuery.Builder<V> |
Query.newGqlQueryBuilder(Query.ResultType<V> resultType,
String gql)
Returns a new
GqlQuery builder. |
Copyright © 2018 Google. All rights reserved.