如何在localhost和AppEngine上使用DataNucleus为Google Cloud SQL自动生成数据库架构?

时间:2013-03-12 10:43:36

标签: google-app-engine datanucleus

我正在将我的网络应用程序迁移到Google AppEngine。我以前和Hibernate合作过。由于AppEngine与DataNucleus一起使用,这对我来说很新,我面临着生成数据库模式的问题。我该如何实现这一目标?在hibernate中,我曾经在hibernate.cfg.xml中使用属性hbm2ddl.auto

1 个答案:

答案 0 :(得分:0)

在学习新事物时,look at the documentation正常。