Uses of Class
com.google.cloud.datastore.EntityQuery.Builder
-
Packages that use EntityQuery.Builder Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of EntityQuery.Builder in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return EntityQuery.Builder Modifier and Type Method Description static EntityQuery.BuilderQuery. newEntityQueryBuilder()Returns a newStructuredQuerybuilder for full (complete entities) queries.EntityQuery.BuilderEntityQuery. toBuilder()
-