Eurig Jones
Eurig Jones

Reputation: 8543

Migrating JDO based App Engine app to Objectify

I would like to migrate my JDO based App Engine app to objectify. But It would be quite a lot of work to do this as there are a lot of queries.

Is it possible to use JDO and Objectify side by side, using the same entity classes somehow?

Upvotes: 1

Views: 414

Answers (2)

Eurig Jones
Eurig Jones

Reputation: 8543

With the latest version of Objectify (I'm using Objectify v4 at the time of writing), it is possible to use JDO and Objectify and annotate the same classes with no problems in my experience.

Upvotes: 1

Ankur Jain
Ankur Jain

Reputation: 1404

You can try this Objectify Link to migrate from JDO to Objectify.

Upvotes: 0

Related Questions