gpt4 book ai didi

mysql - 为什么 hbm2ddl.import_files 不能在 hibernate4-maven-plugin (Hibernate 4.3.6) 中工作?

转载 作者:行者123 更新时间:2023-11-29 12:42:15 24 4
gpt4 key购买 nike

我有以下 persistence.xml:

<persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" version="2.0">
<persistence-unit name="blah" transaction-type="RESOURCE_LOCAL">
<properties>
<property name="hibernate.dialect" value="org.hibernate.dialect.MySQL5Dialect"/>
<property name="hibernate.hbm2ddl.auto" value="create"/>
<property name="hibernate.hbm2ddl.import_files" value="myfile.sql"/>
</properties>
</persistence-unit>
</persistence>

但是 hibernate.hbm2ddl.import_files 属性不起作用。我将 myfile.sql 放在哪里或在前面添加斜杠甚至通配符、类路径等(捕获救命稻草)似乎并不重要 - 它永远找不到它,日志输出也没有表明它甚至在寻找它。使用默认的 import.sql(并且有效)。

注意:见过类似的问题(例如 thisthis ),但没有一个解决方案对我有用。

最佳答案

我现在认为这个问题是由于使用 hibernate4-maven-plugin - 它似乎不支持所有的 Hibernate 属性。

关于mysql - 为什么 hbm2ddl.import_files 不能在 hibernate4-maven-plugin (Hibernate 4.3.6) 中工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25946644/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com