摘要: 1、MyBatis中在查询进行select映射的时候,返回类型可以用resultType,也可以用resultMap,resultType是直接表示返回类型的,而resultMap则是对外部ResultMap的引用,但是resultType跟resultMap不能同时存在 2、resultType与 阅读全文
posted @ 2020-05-31 17:04 9geg 阅读(1216) 评论(1) 推荐(0)