The rule for MyBatis mapping files is:
- The element.
- The namespace property of the element specifies the fully qualified name of the Java interface corresponding to the mapping file.
- Elements contain multiple sub-elements used to define SQL statements, parameter mapping, and result mapping.
- Elements such as “`