开发者

JPA for google app engine

开发者 https://www.devze.com 2023-03-18 23:45 出处:网络
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开

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

精彩评论

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