MYBATIS - Mapper XML - Tutorials Point
https://www.tutorialspoint.com/mybatis/mybatis_mapper_xml.htm
mapper XML file prevents the burden of writing SQL statements repeatedly in the application. In comparison to JDBC, almost 95% of the code is reduced using Mapper XML file in MyBatis. All these Mapped SQL statements are resided within the element named<mapper>. This element contains an attribute called ‘namespace’.
DA: 31 PA: 53 MOZ Rank: 76