| Package | Description |
|---|---|
| com.mybatisflex.codegen.config |
配置选项。
|
| Modifier and Type | Method and Description |
|---|---|
TableDefConfig.NameStyle |
TableDefConfig.getPropertiesNameStyle()
获取生成辅助类的字段风格。
|
TableDefConfig.NameStyle |
GlobalConfig.getTableDefPropertiesNameStyle() |
static TableDefConfig.NameStyle |
TableDefConfig.NameStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableDefConfig.NameStyle[] |
TableDefConfig.NameStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TableDefConfig |
TableDefConfig.setPropertiesNameStyle(TableDefConfig.NameStyle propertiesNameStyle)
设置生成辅助类的引用常量名后缀。
|
void |
GlobalConfig.setTableDefPropertiesNameStyle(TableDefConfig.NameStyle propertiesNameStyle) |
Copyright © 2024. All rights reserved.