| 程序包 | 说明 |
|---|---|
| org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
| org.mybatis.generator.config.xml |
| 构造器和说明 |
|---|
MyBatisGenerator(Configuration configuration,
ShellCallback shellCallback,
List<String> warnings)
Constructs a MyBatisGenerator object.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Configuration |
MyBatisGeneratorConfigurationParser.parseConfiguration(Element rootNode)
解析配置文件
|
Configuration |
ConfigurationParser.parseConfiguration(File inputFile) |
Configuration |
ConfigurationParser.parseConfiguration(InputStream inputStream)
解析配置文件
|
Configuration |
ConfigurationParser.parseConfiguration(Reader reader) |
Configuration |
IbatorConfigurationParser.parseIbatorConfiguration(Element rootNode) |
Copyright © 2019. All rights reserved.