| 接口 | 说明 |
|---|---|
| IEntityMapper<E extends IEntity> |
IEntityMapper: 实例Mapper基类,Mapper 继承该接口后,无需编写 mapper.xml 文件,即可获得CRUD功能
|
| IMapper<E extends IEntity> |
IMapper: mapper标识接口
|
| IRichMapper<E extends IEntity> |
IDaoMapper: 非mybatis mapper原子接口, 属于组装方法
|
| IWrapperMapper<E extends IEntity> |
以下方法在EntityMapper中实现接口default方法
|
| 类 | 说明 |
|---|---|
| QueryExecutor<E extends IEntity> |
查询条件执行器
|
| UpdaterExecutor |
更新条件执行器
|
Copyright © 2021. All rights reserved.