gpt4 book ai didi

java - 为 Nuxeo 安装启用 Hibernate "show_sql"

转载 作者:行者123 更新时间:2023-11-30 05:10:50 24 4
gpt4 key购买 nike

我想知道为什么当我将其 SQL 用户目录指向其他数据库时,我的 Nuxeo 安装失败(Oracle 说:表/ View 不存在)。我想启用 show_sql Hibernate 参数以在控制台中查看 sql..但我不知道在哪里可以做到这一点(如果可以的话)。

最佳答案

您可以在持久性 xml 中进行如下设置:

...
<property name="properties">
<value>
hibernate.hbm2ddl.auto=...
hibernate.show_sql=true

hibernate.dialect=...
hibernate.connection.driver_class=...
hibernate.connection.url=...
hibernate.connection.username=...
hibernate.connection.password=...

</value>
</property>
...

关于java - 为 Nuxeo 安装启用 Hibernate "show_sql",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3412826/

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