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

Leave a Comment

您的电子邮箱地址不会被公开。 必填项已用*标注

close
arrow_upward