是否有工具可以从 JDO 注释的 pojo 生成 ddl 模式?

发布于 2024-09-05 10:12:55 字数 172 浏览 3 评论 0原文

也许我正走在错误的道路上 - 我正在寻找像 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情徒 2024-09-12 10:12:55

您是指直接生成架构或创建 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文