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.
我正在使用注释配置的 Hibernate POJO 处理基于 Hibernate 的项目。对 Hibernate 生成的原始 POJO 进行了修改,包括非 Hibernate 方法和自定义类型(例如枚举)。
更新数据模型时,将更改有效合并到对象的休眠生成部分的最佳方法是什么?