Sadegh
Sadegh

Reputation: 80

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

I'm using Google Cloud Datastore and I'm ok with it, but I have faced with an issue: is it possible to access Google Cloud Datastore (not GAE) through JDO, JPA or Objectify?

If yes, how to authenticate and connect them?

Upvotes: 2

Views: 894

Answers (1)

Ed Davisson
Ed Davisson

Reputation: 2927

The Cloud Datastore API does not currently provide client libraries that support JDO, JPA, or Objectify. However, we are working on porting the App Engine Java client library to work on the Cloud Datastore API, and that should enable JDO/JPA/Objectify as well.

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

Upvotes: 4

Related Questions