摘要:
在Mybatis Mapper文件中添加属性“useGeneratedKeys”和“keyProperty”,其中keyProperty是Java对象的属性名,而不是表格的字段名。 <insert id="insert" parameterType="com.jbt.pojo.SectorInfo" 阅读全文
摘要:
18 <!-- 19 方式一:嵌套结果:使用嵌套结果映射来处理重复的联合结果的子集 20 封装联表查询的数据(去除重复的数据) 21 select * from class c, teacher t where c.teacher_id=t.t_id and c.c_id=1 22 --> 23 < 阅读全文