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.
MyBatis SQL mapper框架使面向对象应用程序更容易使用关系数据库。MyBatis使用XML描述符或注释将对象与存储过程或SQL语句耦合起来。简单性是MyBatis数据映射器相对于对象关系映射工具的最大优势。
mybatis的加载有几种方式?哪种优先级最高?
mybatis一级缓存默认是开启还是关闭?
mybatis的执行器有几种?
DefaultSqlSession线程安全,还是非线程安全的?