mybatis经常使用技巧(mapper文件)

2 mapper文件篇 本篇总结一下编写mapper文件经常使用的技巧。 2.1 基本select 基本结构以下: <select id="" parameterType="" resultType=""> </select>parameterType就是查询参数类型 resultType就是查询结果的类型 这些类型都是完整的类名,如 <select id="listPlanInstanceSta
相关文章
相关标签/搜索