| 类 | 说明 |
|---|---|
| MyBatisAutoConfiguration |
MyBaits 自定义工具的自动配置
|
| SqlFormatterConfiguration |
SqlFormatterConfiguration
Write the code.
|
| SqlFormatterInterceptor |
格式化执行的 SQL
|
| SqlMapper |
MyBatis 执行 sql 工具,在写 SQL 的时候建议使用参数形式的可以是 ${} 或 #{}
不建议将参数直接拼到字符串中,当大量这么使用的时候由于缓存 MappedStatement 而占用更多的内存
|
| SqlUtils |
获取 Mybatis 查询 SQL 的工具
|
Copyright © 2017–2018 trang. All rights reserved.