所有类 接口概要 类概要
| 类 |
说明 |
| BaseDeleteMapper<T> |
通用Mapper接口,基础删除
|
| BaseDeleteProvider |
BaseDeleteMapper实现类,基础方法实现类
|
| BaseInsertMapper<T> |
通用Mapper接口,基础查询
|
| BaseInsertProvider |
BaseInsertProvider实现类,基础方法实现类
|
| BaseMapper<T> |
通用Mapper接口,其他接口继承该接口即可
|
| BaseSelectMapper<T> |
通用Mapper接口,基础查询
|
| BaseSelectProvider |
BaseSelectProvider实现类,基础方法实现类
|
| BaseUpdateMapper<T> |
通用Mapper接口,基础查询
|
| BaseUpdateProvider |
BaseUpdateProvider实现类,基础方法实现类
|
| ConditionMapper<T> |
通用Mapper接口,Condition查询
|
| ConditionProvider |
ConditionProvider实现类,基础方法实现类
|
| DeleteByConditionMapper<T> |
通用Mapper接口,Condition查询
|
| DeleteByExampleMapper<T> |
通用Mapper接口,Example查询
|
| DeleteByIdsMapper<T> |
通用Mapper接口,根据ids删除
|
| DeleteByPrimaryKeyMapper<T> |
通用Mapper接口,删除
|
| DeleteMapper<T> |
通用Mapper接口,删除
|
| ExampleMapper<T> |
通用Mapper接口,Example查询
|
| ExampleProvider |
ExampleProvider实现类,基础方法实现类
|
| ExistsWithPrimaryKeyMapper<T> |
通用Mapper接口,查询
|
| IdsMapper<T> |
通用Mapper接口,根据ids操作
|
| IdsProvider |
通过 ids 字符串的各种操作
|
| InsertListMapper<T> |
通用Mapper接口,特殊方法,批量插入,支持批量插入的数据库都可以使用,例如mysql,h2等
|
| InsertMapper<T> |
通用Mapper接口,插入
|
| InsertMapper<T> |
通用Mapper接口,插入
|
| InsertSelectiveMapper<T> |
通用Mapper接口,插入
|
| InsertSelectiveMapper<T> |
通用Mapper接口,插入
|
| InsertUseGeneratedKeysMapper<T> |
通用Mapper接口,特殊方法,批量插入,支持批量插入的数据库都可以使用,例如mysql,h2等
|
| Mapper<T> |
通用Mapper接口,其他接口继承该接口即可
|
| Marker |
标记接口,继承该接口的接口,在MapperScannerConfigurer#setMarkerInterface时,会自动注册到通用Mapper
|
| MySqlMapper<T> |
通用Mapper接口,MySql独有的通用方法
|
| RowBoundsMapper<T> |
通用Mapper接口,带RowBounds参数的查询
|
| SelectAllMapper<T> |
|
| SelectByConditionMapper<T> |
通用Mapper接口,Condition查询
|
| SelectByConditionRowBoundsMapper<T> |
通用Mapper接口,Condition查询
|
| SelectByExampleMapper<T> |
通用Mapper接口,Example查询
|
| SelectByExampleRowBoundsMapper<T> |
通用Mapper接口,查询
|
| SelectByIdsMapper<T> |
通用Mapper接口,根据ids查询
|
| SelectByPrimaryKeyMapper<T> |
通用Mapper接口,其他接口继承该接口即可
|
| SelectCountByConditionMapper<T> |
通用Mapper接口,Condition查询
|
| SelectCountByExampleMapper<T> |
通用Mapper接口,Example查询
|
| SelectCountMapper<T> |
通用Mapper接口,查询
|
| SelectMapper<T> |
通用Mapper接口,查询
|
| SelectOneByExampleMapper<T> |
通用Mapper接口,Example查询
|
| SelectOneMapper<T> |
通用Mapper接口,查询
|
| SelectRowBoundsMapper<T> |
通用Mapper接口,查询
|
| SpecialProvider |
SpecialProvider实现类,特殊方法实现类
|
| SqlServerMapper<T> |
通用Mapper接口,SqlServerMapper独有的通用方法
|
| SqlServerProvider |
SqlServerProvider实现类,特殊方法实现类
|
| UpdateByConditionMapper<T> |
通用Mapper接口,Condition查询
|
| UpdateByConditionSelectiveMapper<T> |
通用Mapper接口,Condition查询
|
| UpdateByExampleMapper<T> |
通用Mapper接口,Example查询
|
| UpdateByExampleSelectiveMapper<T> |
通用Mapper接口,Example查询
|
| UpdateByPrimaryKeyMapper<T> |
通用Mapper接口,更新
|
| UpdateByPrimaryKeySelectiveMapper<T> |
通用Mapper接口,更新
|