In android studio, I am experimenting with the GAE cloud endpoint and able to generate endpoints from JPA annotated entity classes. But if I define the entity class with JDO annotation, the option of generating endpoint is disabled (Tool-> Google Cloud Endpoints -> generate Endpoint).
How do I add the support for generating Endpoint for JDO Annotated Entity class ?
1
votes
1 Answers
0
votes
I had created the issue 58410, and there is the following reply:
"Sorry, we don't have JDO support yet. We're concentrating on JPA. It is disabled because it doesn't appear to be a "valid" JPA annotated Entity.
There is no timeline yet for JDO support."