| 接口 | 说明 |
|---|---|
| BaseMapper<T> |
通用 Mapper 接口。
|
| 类 | 说明 |
|---|---|
| FlexConsts |
Mybatis-Flex 可能用到的静态常量
|
| FlexGlobalConfig |
全局配置文件
|
| FlexGlobalConfig.KeyConfig |
对应的是 注解
Id 的配置 |
| MybatisFlexBootstrap |
MybatisFlex 的启动类
MybatisFlexBootstrap.getInstance()
.setDatasource(...)
.addMapper(...)
.start();
MybatisFlexBootstrap.getInstance()
.execute(...) |
Copyright © 2023. All rights reserved.