美文网首页
mapper开发规范

mapper开发规范

作者: 江北辰爱小璇子 | 来源:发表于2020-04-09 09:10 被阅读0次

Mapper接口开发需要遵循以下规范:

Mapper.xml文件中的namespace与mapper接口的类路径相同。

Mapper接口方法名和Mapper.xml中定义的每个statement的id相同

Mapper接口方法的输入参数类型和mapper.xml中定义的每个sql 的parameterType的类型相同

Mapper接口方法的输出参数类型和mapper.xml中定义的每个sql的resultType的类型相同

相关文章

网友评论

      本文标题:mapper开发规范

      本文链接:https://www.haomeiwen.com/subject/ndlqmhtx.html