读书人

column: id (should be 地图ped with

发布时间: 2013-08-25 10:49:56 作者: rapoo

column: id (should be mapped with insert="false" update="false")
Spring集成Hibernate:column: id (should be mapped with insert="false" update="false")

原因:column重复定义

状况1:*.hbm文件



状况2:@Entity实体类
@Id@GeneratedValue(strategy = GenerationType.AUTO)@Column(name = "id", nullable = false)private int id;@Column(name = "id", nullable = true)private String uuid;




读书人网 >PowerDesigner

热点推荐