| 程序包 | 说明 |
|---|---|
| com.baomidou.mybatisplus.generator.config |
代码生成器,配置相关类
|
| com.baomidou.mybatisplus.generator.config.rules |
代码生成器,规则相关类
|
| 限定符和类型 | 方法和说明 |
|---|---|
NamingStrategy |
StrategyConfig.getNaming() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StrategyConfig.setNaming(NamingStrategy naming) |
| 限定符和类型 | 方法和说明 |
|---|---|
static NamingStrategy |
NamingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamingStrategy[] |
NamingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.