Question

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 ?

Was it helpful?

Solution

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."

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top