Uses of Class
com.google.cloud.datastore.BaseKey
-
Packages that use BaseKey Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of BaseKey in com.google.cloud.datastore
Subclasses of BaseKey in com.google.cloud.datastore Modifier and Type Class Description classIncompleteKeyAn incomplete key (without a name or id).classKeyA key that is guaranteed to be complete and could be used to reference a Google Cloud DatastoreEntity.Methods in com.google.cloud.datastore that return BaseKey Modifier and Type Method Description protected abstract BaseKeyBaseKey.Builder. build()
-