包结构
包名 | 说明 |
---|---|
annotation | 自定义注解 |
binding | mapper相关 |
buider | 构建,xml,annotation |
cache | 缓存 |
datasource | 数据源,pooled,unpooled,jndi |
exception | 异常定义 |
executor | 执行器 |
io | 通过类加载器在jar包中寻找一个package下满足条件的所有类 |
jdbc | jdbc单元测试工具 |
logging | 日志相关 |
mapping | 映射 |
metadata | 元数据 |
ognl | OGNL |
parsing | xml解析,${} 格式的字符串解析 |
plugin | 插件 |
reflection | 反射 |
scripting | 脚本 |
session | 核心,session相关 |
transaction | 事务 |
type | 类型处理器,实现java和jdbc中的类型之间转换 |