1.A different object with the same identifier value was already associated with the session(使用Hibernate上传数据时,可能会报这个错误)
解决方案:数据库中的表设置了自增,但无效,使用hibernate上传数据时,没有设置主键的id值会报上述错误;
心得:在设置数据库表其他字段的同时,最好将主键id一起设置了。
原文地址:https://www.cnblogs.com/luckyplj/p/10196210.html
时间: 2024-10-11 19:30:43