是否有工具可以从 JDO 注释的 pojo 生成 ddl 模式?
也许我正走在错误的道路上 - 我正在寻找像 hbm2ddl 这样的工具。
我目前有域模型(带有 JDO 注释的 pojos) - 我需要设置数据库。
我想尝试几种数据库类型 - HSQLDB、Google App Engine、Oracle。
任何人都可以提供有关如何进行的建议吗?
Perhaps i'm wandering down the wrong path - I'm looking for a tool like hbm2ddl.
I currently have domain model (pojos with JDO annotations) - I need to setup the database.
I want to experiment with a few database types - HSQLDB, Google App Engine, Oracle.
Can anyone offer advice on how to proceed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是指直接生成架构或创建 DDL 文件的 DataNucleus“SchemaTool”?
显然这不适用于 AppEngine,因为它没有“模式”并且不是 RDBMS
You mean DataNucleus "SchemaTool" that generates the schema direct, or creates a DDL file ?
Obviously that will not work for AppEngine since it has no "schema" and is not an RDBMS