摘要: MyBatis中在查询进行select映射的时候,返回类型可以用resultType,也可以用resultMap,resultType是直接表示返回类型的,而resultMap则是对外部ResultMap的引用,但是resultType跟resultMap不能同时存在。 1.resultType 在 阅读全文
posted @ 2016-02-29 20:40 kabibo 阅读(510) 评论(0) 推荐(0)