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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -