Interface | Description |
---|---|
CommonEnum |
通用枚举类定义(如果需要将类型转换为枚举类的字段,枚举类都要继承此类)
|
Mapper<T> |
基础 Mapper
|
MultipleIdMapper<T,K extends MultiId> |
多个主键的表的 Mapper
|
NoIdMapper<T> |
无主键的表的 Mapper
|
RawMapper<T> |
抽象Mapper接口(定义基础增、删、改、查)
|
SingleIdMapper<T,K> |
单一主键的表的 Mapper
|
Class | Description |
---|---|
CommonEnumTypeHandler<E extends CommonEnum> |
通用枚举类处理器(在ResultMap定义映射枚举字段,typeHandler类型)
|
SqlProvider |
Mybatis SQL构造器
|
Copyright © 2020 IBIT程序猿. All rights reserved.