Reputation: 8543
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
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
Reputation: 1404
You can try this Objectify Link to migrate from JDO to Objectify.
Upvotes: 0