类 OracleTypeConvert
java.lang.Object
com.baomidou.mybatisplus.generator.config.converts.OracleTypeConvert
- 所有已实现的接口:
ITypeConvert
Oracle 数据库生成对应实体类时字段类型转换,跟据 Oracle 中的数据类型,返回对应的 Java 类型
- 从以下版本开始:
- 2017-01-20
- 作者:
- hubin, hanchunlin
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明processTypeConvert(@NotNull GlobalConfig config, @NotNull String fieldType) 处理类型转换protected static IColumnTypetoDateType(GlobalConfig config) 当前时间为字段类型,根据全局配置返回对应的时间类型从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.baomidou.mybatisplus.generator.config.ITypeConvert
processTypeConvert
-
字段详细资料
-
INSTANCE
-
-
构造器详细资料
-
OracleTypeConvert
public OracleTypeConvert()
-
-
方法详细资料
-
processTypeConvert
public IColumnType processTypeConvert(@NotNull @NotNull GlobalConfig config, @NotNull @NotNull String fieldType) 处理类型转换- 指定者:
processTypeConvert在接口中ITypeConvert- 参数:
config- 全局配置fieldType- 字段类型- 返回:
- 返回的对应的列类型
-
toDateType
当前时间为字段类型,根据全局配置返回对应的时间类型- 参数:
config- 全局配置- 返回:
- 时间类型
- 另请参阅:
-