| 程序包 | 说明 |
|---|---|
| com.gitee.fastmybatis.core.ext.code.generator | |
| com.gitee.fastmybatis.core.handler | |
| com.gitee.fastmybatis.core.support |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ColumnDefinition.setFillType(FillType fillType) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract FillType |
BaseFill.getFillType()
操作类型
字段插入后不能修改用FillType.INSERT,如:create_time字段 字段插入后能修改用FillType.UPDATE,如:update_time字段 |
FillType |
CustomIdFill.getFillType() |
static FillType |
FillType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FillType[] |
FillType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
FillType.checkPower(FillType power,
FillType right) |
| 限定符和类型 | 方法和说明 |
|---|---|
FillType |
DateFillUpdate.getFillType() |
FillType |
DateFillInsert.getFillType() |
FillType |
LocalDateTimeFillGmtModified.getFillType() |
FillType |
LocalDateTimeFillGmtCreate.getFillType() |
Copyright © 2021. All Rights Reserved.