0

我正在使用带有 JPA 的 Google App Engine,现在当我运行已部署的项目时,我可以在 DataStore Viewr 中使用数据库。
当我在本地模式下运行时,我在哪里可以找到 odb 文件?

当我与 JPA 合作时,我将方向设置为:

emf = Persistence.createEntityManagerFactory("$objectdb/db/profiles.odb");

但现在当我使用:

emf = Persistence.createEntityManagerFactory("transactions-optional");

我不知道在哪里可以找到 odb 文件。

4

1 回答 1

0

Google App Engine 的实现不是基于 ObjectDB,所以 GAE 中没有 ObjectDB 数据库 odb 文件格式的数据库。

于 2013-02-26T14:56:07.160 回答