内容纲要
What is MyBatis?
MyBatis is a first class persistence framework with support for custom SQL, stored procedures and advanced mappings. MyBatis eliminates(消除了) almost all of the JDBC code and manual setting of parameters and retrieval(检索) of results.
MyBatis can use simple XML or Annotations for configuration and map primitives(原语), Map interfaces and Java POJOs (Plain Old Java Objects) to database records.