Package | Description |
---|---|
org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
org.mybatis.generator.config.xml |
Constructor and Description |
---|
MyBatisGenerator(Configuration configuration,
ShellCallback shellCallback,
List<String> warnings)
Constructs a MyBatisGenerator object.
|
Modifier and Type | Method and Description |
---|---|
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 © 2010–2018 MyBatis.org. All rights reserved.