hibernate.hbm2ddl.auto create-drop with production Database

时间:2016-05-22 07:45:03

标签: java spring hibernate hbm2ddl

我需要在下面澄清,

  1. 设置hibernate.hbm2ddl.auto属性是否必须如果我们使用Hibernate。
  2. hibernate.hbm2ddl.auto create-drop会影响生产数据库中的任何内容
  3. 我正在使用spring localsession工厂构建器来构建hibernate会话。查询都通过使用@Transaction执行得很好但在查询执行后我获得了无效的数据访问sql语法异常。我假设Hibernate试图用DB更新某些东西这不可能。

    那是在hbm2ddl.auto财产上寻求帮助的?

0 个答案:

没有答案