Hibernate 工具生成类方法
我想知道更新生成的 pojo 类的最佳方法是什么,我应该手动执行还是使用 hibernate 工具执行,有没有办法告诉 Hibernate 工具仅更新特定的类而不影响其余的类?
I would like to know what is the best approach when it comes to update the generated pojo classes should i do it manually or with the hibernate tools, is there any way to tell the Hibernate tools to update only a specific classes and not affect the rest?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没关系,我发现 hibernate utils 实际上可以专门更新 pojos,而无需生成所有它们,这很棒
Nevermind i figure out hibernate utils can actually update a pojos specificly without generating all of them its great