首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

Caused by: org.hibernate.MappingException: Repeated column in 地图ping for entity

2012-07-15 
Caused by: org.hibernate.MappingException: Repeated column in mapping for entityCaused by: org.hibe

Caused by: org.hibernate.MappingException: Repeated column in mapping for entity
Caused by: org.hibernate.MappingException: Repeated column in mapping for entity: com.ambow.lmsx.enrollment.entity.EnrStudentInfo column: fclass_code (should be mapped with insert="false" update="false")


一个或多个字段已经映射过,比如定义了字段对应的变量,对变量做了get,set方法,但是该字段又在一对多,多对一的时候映射了其他的实体,就会出这样的问题。

热点排行