分类分类
大小:486 KB更新:2026-02-19
类别:JAVA教程系统:PDF
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.
Contents
What is MyBatis? .. 5
Getting Started ...... 5
Building SqlSessionFactory from XML ............. 5
Building SqlSessionFactory without XML ........ 6
Acquiring a SqlSession from SqlSessionFactory ............. 6
Exploring Mapped SQL Statements . 7
A Note about Namespaces........... 8
Scope and Lifecycle .......... 9
Mapper Configuration XML 10
properties ........ 11
settings ............ 12
typeAliases ...... 13
typeHandlers ... 14
objectFactory .. 15
plugins ............. 16
environments .. 17
transactionManager .... 18
dataSource .. 19
mappers .......... 21
SQL Map XML Files ............. 21
select 22
insert, update, delete ...... 24
sql ..... 26
Parameters ...... 26
MyBatis 3 - User Guide
5 November 2010 4
resultMap ........ 28
Advanced Result Mapping ......... 30
id, result ...... 32
Supported JDBC Types 33
constructor .. 33
association .. 34
collection ..... 37
discriminator .............. 40
cache 41
Using a Custom Cache . 43
cache-ref ......... 44
Dynamic SQL ....... 44
if ....... 44
choose, when, otherwise 45
trim, where, set .............. 45
foreach ............ 47
Java API 49
Directory Structure ........ 49
SqlSessions ...... 50
SqlSessionFactoryBuilder ........... 50
SqlSessionFactory....... 52
SqlSession .... 54
SelectBuilder ....... 60
SqlBuilder ............ 63
Java/JavaEE 学习笔记JAVA教程1.35 MB2011-09-19
下载MyEclipse 6 Java 开发中文教程JAVA教程39.1 MB2011-09-19
下载spring_security 3 开发指南JAVA教程75 KB2011-08-23
下载Spring Security 3 中文官方文档JAVA教程1.2 MB2011-08-23
下载Eclipse从入门到精通JAVA教程4.6 MB2011-06-11
下载MyBatis用户指南及演示代码JAVA教程1.3 MB2011-05-06
下载MyBatis User GuideJAVA教程486 KB2011-05-06
下载JAVA Swing 教程JAVA教程2.6 MB2011-05-06
下载精通Java Swing程序设计JAVA教程145 KB2011-05-03
下载JAVA编程100实例JAVA教程2.3 MB2011-04-16
下载Weld中文教程JAVA教程1.4 MB2011-04-12
下载Lucene总结JAVA教程153 KB2011-04-02
下载