mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 17:18:24 +08:00
fixed: codegen supports Schema。
This commit is contained in:
parent
9a49c584cd
commit
43027dae3e
@ -611,6 +611,22 @@ public class GlobalConfig {
|
||||
getStrategyConfig().setGenerateForView(generateForView);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @see StrategyConfig#getGenerateSchema()
|
||||
*/
|
||||
public String getGenerateSchema() {
|
||||
return getStrategyConfig().getGenerateSchema();
|
||||
}
|
||||
|
||||
/**
|
||||
* @see StrategyConfig#setGenerateSchema(String)
|
||||
*/
|
||||
public void setGenerateSchema(String generateSchema) {
|
||||
getStrategyConfig().setGenerateSchema(generateSchema);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @see StrategyConfig#getGenerateTables()
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user