MyBatis2
摘要:
resultMap 可解决的问题 属性名和数据库中字段名不一致的问题 mybatis会根据查询的列名(会将列名转化为小写,数据库不区分大小写) , 去对应的实体类中查找相应列名的set方法设值 , 由于找不到时,会返回null 使用结果集映射->ResultMap 解决这个问题 例 <resultM 阅读全文
posted @ 2021-10-22 11:38 iM59 阅读(6) 评论(0) 推荐(0) 编辑
posted @ 2021-10-22 11:38 iM59 阅读(6) 评论(0) 推荐(0) 编辑
posted @ 2021-10-22 11:30 iM59 阅读(16) 评论(0) 推荐(0) 编辑
posted @ 2021-10-22 09:52 iM59 阅读(24) 评论(0) 推荐(0) 编辑