类 KingbaseESTypeConvert
java.lang.Object
com.baomidou.mybatisplus.generator.config.converts.KingbaseESTypeConvert
- 所有已实现的接口:
ITypeConvert
KingbaseES 字段类型转换
- 从以下版本开始:
- 2019-10-12
- 作者:
- kingbase, hanchunlin
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明processTypeConvert(@NotNull GlobalConfig globalConfig, @NotNull String fieldType) 执行类型转换从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.baomidou.mybatisplus.generator.config.ITypeConvert
processTypeConvert
-
字段详细资料
-
INSTANCE
-
-
构造器详细资料
-
KingbaseESTypeConvert
public KingbaseESTypeConvert()
-
-
方法详细资料
-
processTypeConvert
public IColumnType processTypeConvert(@NotNull @NotNull GlobalConfig globalConfig, @NotNull @NotNull String fieldType) 从接口复制的说明:ITypeConvert执行类型转换- 指定者:
processTypeConvert在接口中ITypeConvert- 参数:
globalConfig- 全局配置fieldType- 字段类型- 返回:
- 返回对应的字段类型
-