如何通过 JDO、JPA 或 Objectify 访问 Google Cloud Datastore?

how to access Google Cloud Datastore through JDO, JPA or Objectify?

我正在使用 Google Cloud Datastore 并且我没问题,但我遇到了一个问题:是否可以访问 Google Cloud Datastore(不是 GAE ) 通过 JDO、JPA 或 Objectify?

如果是,如何验证和连接它们?

Cloud Datastore API 当前不提供支持 JDO、JPA 或 Objectify 的客户端库。但是,我们正在努力移植 App Engine Java 客户端库以在 Cloud Datastore API 上工作,这也应该启用 JDO/JPA/Objectify。

https://github.com/GoogleCloudPlatform/google-cloud-datastore/issues/34