如何防止hbm2ddl导入init sql?

发布于 2024-10-25 04:39:57 字数 182 浏览 0 评论 0原文

前提条件:

  1. 我的类路径中有一个 import.sql 文件。
  2. 属性“hibernate.hbm2ddl.auto”设置为“create”。

那么,如何在不删除导入文件或修改“hibernate.hbm2ddl.auto”属性的情况下阻止hbm2ddl导入init sql呢?

Precondition:

  1. There is an import.sql file in my classpath.
  2. The property "hibernate.hbm2ddl.auto" is set to "create".

Then, how to prevent hbm2ddl from import the init sqls, without delete the import file or modify the "hibernate.hbm2ddl.auto" property?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

就此别过 2024-11-01 04:39:57

从 Hibernate 3.6 开始,您可以使用 hibernate.hbm2ddl.import_files 属性覆盖导入文件的默认名称。因此,您可以在那里设置不存在的文件的名称。

Since Hibernate 3.6 you can override default name of the import file with hibernate.hbm2ddl.import_files property. So, you can set a name of nonexistent file there.

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