The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.
org.apache.ibatis.builder.xml.XMLMapperBuilder.bindMapperForNamespace
namespace + id(name)
所以 Mapper 和 XML 不是一一对应的关系, 而是 XML 的 namespace 必须要绑定到接口上
一个接口可以有多个XML, 但是最后这些XML 提取出来的 namespace + id 不可以重复!
cache-ref | cache | resultMap* | parameterMap* | sql* | insert* | update* | delete* | select*
INSERT | UPDATE | DELETE | SELECT | FLUSH
Object One | List | Map | Cursor(不知道啥玩意) | 自定义的 ResultHandler
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。