Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Spring/Hibernate/Postgres 项目。我有几个表我正在执行 CRUD 操作,并且这些表有我不想丢失的数据。我现在想用 Hibernate 实体类创建一个新表,而不会丢失我现有的表。这会为我做吗:
<prop key="hibernate.hbm2ddl.auto">update</prop>
我想确认我将在不删除现有表的情况下创建新表
我有同样的问题,我做了同样的事情,但表没有被创建,你所说的“在休眠配置中指定带注释的类”到底是什么意思@invariant