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.
我改变了我的一些实体类。我添加了更多列并更改了一些列名。我想了解如何根据这些实体更新我的 sql 表,或者如何从我的实体类中重新创建这些表。感谢您的帮助。
在休眠映射中添加这一行:
<property key="hibernate.hbm2ddl.auto">create</property>
但是每次启动应用程序时,您的应用程序都会重新创建您的表。
你也可以阅读本章