This content has been marked as final.
Show 6 replies
-
1. Re: CapeDwarf -> DataNucleus -> JDO -> Infinispan possible?
alesj Jan 29, 2015 9:43 AM (in response to cobraflow)This is a pure JPA thing:
public EntityManagerFactory createEMF() {
return Persistence.createEntityManagerFactory("<PU_NAME>");
}
-
3. Re: CapeDwarf -> DataNucleus -> JDO -> Infinispan possible?
cobraflow Jan 29, 2015 9:52 AM (in response to alesj)Will you be supporting JDO in the future?
-
4. Re: CapeDwarf -> DataNucleus -> JDO -> Infinispan possible?
alesj Jan 29, 2015 11:09 AM (in response to cobraflow)Support it how?
JDO support for GAE API only comes in the form of DataNucleus.
And we do try to support DataNucleus.
-
5. Re: CapeDwarf -> DataNucleus -> JDO -> Infinispan possible?
cobraflow Jan 29, 2015 11:18 AM (in response to alesj)I would like to store my objects via DataNucleus into a distributed Infinispan data grid.
As I understand it, JPA is RDBMS only and therefore not applicable to Infinispan...
Is this not correct?
-
6. Re: CapeDwarf -> DataNucleus -> JDO -> Infinispan possible?
alesj Jan 29, 2015 11:25 AM (in response to cobraflow)As I understand it, JPA is RDBMS only and therefore not applicable to Infinispan...
Is this not correct?
JPA with GAE's DataNucleus plugin can work off GAE API (its DatastoreService), hence it's not just RDBMS.