MyBatis(ibatis)培訓
?
MyBatis(ibatis)培訓
培訓大綱:
簡介
??
什么是?MyBatis?
??
Help?make?this?documentation?better…
入門
??
Installation
??
從?XML?中構建?SqlSessionFactory
??
不使用?XML?構建?SqlSessionFactory
??
從?SqlSessionFactory?中獲取?SqlSession
??
探究已映射的?SQL?語句
??
范圍和生命周期?.
XML?映射配置文件
??
properties
??
settings
??
typeAliases
??
typeHandlers
??
Handling?Enums
??
objectFactory
??
plugins
??
environments
??
databaseIdProvider
??
mappers
Mapper?XML?文件
??
select
??
insert,?update?and?delete
??
sql
??
Parameters
??
Result?Maps
??
Auto-mapping
??
緩存
動態?SQL
??
if
??
choose,?when,?otherwise
??
trim,?where,?set
??
foreach
??
bind
??
Multi-db?vendor?support
??
Pluggable?Scripting?Languages?For?Dynamic?SQL
Java?API
??
應用目錄結構
??
SqlSessions
Statement?Builders
??
SelectBuilder
??
SqlBuilder
Logging
??
Logging?Configuration
?
?
?
?