MyBatis

内容纲要

mybatis-3

mybatis-3 github

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.

Getting Start

Configuration

Mapper XML Files

Dynamic SQL

Java API

SQL Builder Class

Logging

Project Information

Generated Reports

close
arrow_upward