eclipselink - Can I use JPA 2.0 with Google App Engine? -


can use jpa 2.0(e.g eclipselink) google app engine?

the datanucleus plugin google appengine supports both jdo , jpa api access google appengine datastore infrastructure. implementation seems support jpa1 only.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -