Snowfun

导航

 

2018年1月15日

摘要: MyBatis中在查询进行select映射的时候,返回类型可以用resultType,也可以用resultMap,resultType是直接表示返回类型的,而resultMap则是对外部ResultMap的引用,但是resultType跟resultMap不能同时存在。 在MyBatis进行查询映射 阅读全文
posted @ 2018-01-15 14:34 Snowfun 阅读(163) 评论(0) 推荐(0) 编辑