Uses of Class
com.google.cloud.datastore.BaseKey.Builder
-
Packages that use BaseKey.Builder Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of BaseKey.Builder in com.google.cloud.datastore
Classes in com.google.cloud.datastore with type parameters of type BaseKey.Builder Modifier and Type Class Description static class
BaseKey.Builder<B extends BaseKey.Builder<B>>
Base class for key builders.Subclasses of BaseKey.Builder in com.google.cloud.datastore Modifier and Type Class Description static class
IncompleteKey.Builder
static class
Key.Builder
class
KeyFactory
A helper for creating keys for a specificDatastore
, using its associated projectId and namespace.
-