Showing posts with label Google Cloud Endpoints. Show all posts
Showing posts with label Google Cloud Endpoints. Show all posts

Friday, May 10, 2013

Cloud Endpoints + JPA: failure in checking if entity exists

After defining some entity classes to be used by JPA for persisting data in Google App Engine I auto-generated some Cloud Endpoint classes (for Google Cloud Endpoints), via the Google App Engine SDK, to be used in an Android application. However, it turned out to be a sad out-of-the-box experience due to new entity instances having a null ID.