欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

hibernate之自然主键的错误

程序员文章站 2022-07-11 20:38:51
...

org.hibernate.HibernateException: An immutable natural identifier of entity com.haph.epms.enterprise.model.Sensors was altered from 001-06-03 to 4028810360909c200160909c93910029

hibernate之自然主键在默认情况下是不可改变的

可以通过设置mutable属性修改(mutable的默认值为false)

相关标签: hibernate