Uses of Class
com.google.cloud.datastore.BaseEntity.Builder
-
Packages that use BaseEntity.Builder Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of BaseEntity.Builder in com.google.cloud.datastore
Classes in com.google.cloud.datastore with type parameters of type BaseEntity.Builder Modifier and Type Class Description static class
BaseEntity.Builder<K extends IncompleteKey,B extends BaseEntity.Builder<K,B>>
Subclasses of BaseEntity.Builder in com.google.cloud.datastore Modifier and Type Class Description static class
Entity.Builder
static class
FullEntity.Builder<K extends IncompleteKey>
static class
ProjectionEntity.Builder
-