public class GeneratorConfigurationFactory extends Object
| Constructor and Description |
|---|
GeneratorConfigurationFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
addContextGenerator(ContextGenerator contextGenerator)
Add context generator.
|
org.mybatis.generator.config.Configuration |
getConfiguration()
Get configuration configuration.
|
public void addContextGenerator(ContextGenerator contextGenerator)
contextGenerator - the context generatorpublic org.mybatis.generator.config.Configuration getConfiguration()
Copyright © 2022. All rights reserved.