Hi I am doing one project in JSP with Google application engine. Now I dont want to use Datanucleas JPA. Becuase the queries are quite different from Datanucleus. It really takes time me. so if I can use simple JPA other than Datanuclease will be good. Is that possible?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
No it's not. Google provides a JPA API implementation above its very specific "database" calls the DataStore. AFAIK, there is no other JPA implementation able to target this datastore. But there are other APIs available: the low-level datastore API, JDO, Objectify, twig-persist, and maybe others I don't know about. |
|||||
|