[appengine-java] Re: OneToOne relationship with java.lang.Long ids

2010-10-13 Thread curti...@gmail.com
This is pretty disappointing. Supporting what I have described is very basic JPA. The whole point of having a specification is to avoid vendor lock-in and the more I look at this, the more I wonder how Google can truthfully say that they support JPA. GAE needs to be more upfront about their lack

[appengine-java] Re: OneToOne relationship with java.lang.Long ids

2010-10-12 Thread curti...@gmail.com
with String ids for all my types. You can create/encode/decode Keys easily using the KeyFactory. On Mon, Oct 11, 2010 at 8:03 PM, Rick Curtis curti...@gmail.com wrote: Hello all! I am new to GAE and have a pretty simple domain model that I'm trying to persist. I am creating an Event