开发者

JPA for google app engine

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开发者_JAVA技巧 use simple JPA other than Datanuclease will be good. Is that possible?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜