最新回答 / qq_溪水潺潺_0
首先是这个是 用来一对多映射的 第一个 set 是类中的集合 name对应类中的set集合字段名称table 表示 字段 所对应的 数据库中的表 为STUDENTinverse 是否多方 管理一方 否lazy 延迟加载 数据用到的时候再从数据库中查询下面的你也注释了
2016-12-19
最新回答 / 进击的小白菜
Caused by: org.hibernate.MappingException: Repeated column in mapping for entity: com.hellojava.entity.Student column: cid (should be mapped with insert="false" update="false")<...code...>不明白为什么 必须添加 &upd!-- insert="false" up...
2016-12-05