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.
我创建了一些 JPA 实体,并且自从我第一次重新创建它们以来,表结构发生了一些变化。有没有办法重新生成表,这样我就不会丢失我创建的任何关系或命名查询?我真的不想失去那些。我正在使用 Web Interface Developer btw... 这只是 IBM 的日食。
Net Beans IDE 有一个有用的从数据库表生成实体。您只需从向导的下拉菜单中选择“更新”,而不是“新建”选项。我意识到您没有使用 Net Beans,但这可能对寻找相同功能的其他人有用。