程序包 tk.mybatis.mapper.common.special
-
接口概要 接口 说明 InsertListMapper<T> 通用Mapper接口,特殊方法,批量插入,支持批量插入的数据库都可以使用,例如mysql,h2等InsertUseGeneratedKeysMapper<T> 通用Mapper接口,特殊方法,批量插入,支持批量插入的数据库都可以使用,例如mysql,h2等
| 接口 | 说明 |
|---|---|
| InsertListMapper<T> |
通用Mapper接口,特殊方法,批量插入,支持批量插入的数据库都可以使用,例如mysql,h2等
|
| InsertUseGeneratedKeysMapper<T> |
通用Mapper接口,特殊方法,批量插入,支持批量插入的数据库都可以使用,例如mysql,h2等
|