gpt4 book ai didi

java - 我们可以在 hibernate.cfg.xml 文件中使用 hibernate.hbm2ddl.auto=create 和 hibernate.hbm2ddl.auto=update 吗

转载 作者:行者123 更新时间:2023-12-01 12:33:04 25 4
gpt4 key购买 nike

我们可以在 hibernate.cfg.xml 文件中同时使用 hibernate.hbm2ddl.auto=create 和 hibernate.hbm2ddl.auto=update 吗?如果我们同时使用 create 和 update 会发生什么。请建议我很困惑。如果我没有写任何默认值。

最佳答案

我们不能在 hibernate.cfg.xml 文件中使用 hibernate.hbm2ddl.auto=create 和 hibernate.hbm2ddl.auto=update

create:创建模式,销毁以前的数据。update:如果 schema 存在则更新 schema,如果不存在则创建新 schema。

关于java - 我们可以在 hibernate.cfg.xml 文件中使用 hibernate.hbm2ddl.auto=create 和 hibernate.hbm2ddl.auto=update 吗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25788007/

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