程序包 tk.mybatis.mapper.additional.idlist
-
接口概要 接口 说明 DeleteByIdListMapper<T,PK> 通用Mapper接口,根据idList删除IdListMapper<T,PK> 通用Mapper接口,根据idList操作SelectByIdListMapper<T,PK> 通用Mapper接口,根据ids查询 -
类概要 类 说明 IdListProvider 通过 ids 字符串的各种操作
| 接口 | 说明 |
|---|---|
| DeleteByIdListMapper<T,PK> |
通用Mapper接口,根据idList删除
|
| IdListMapper<T,PK> |
通用Mapper接口,根据idList操作
|
| SelectByIdListMapper<T,PK> |
通用Mapper接口,根据ids查询
|
| 类 | 说明 |
|---|---|
| IdListProvider |
通过 ids 字符串的各种操作
|