摘要: 1、resultType 和 resultMap 引言: MyBatis中在查询进行select映射的时候,返回类型可以用resultType,也可以用resultMap,resultType是直接表示返回类型的,而resultMap则是对外部ResultMap的引用,但是resultType跟re 阅读全文
posted @ 2017-01-24 13:24 半马 阅读(287) 评论(0) 推荐(1) 编辑