`

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")


重复映射了,这个字段又映射了别的实体
/*@Column(name="FSPECIAL_CODE")
public String getFspecialCode() {
return this.fspecialCode;
}

public void setFspecialCode(String fspecialCode) {
this.fspecialCode = fspecialCode;
}*/
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics