org.mybatis.generator.config.xml
Class MyBatisGeneratorConfigurationParser
java.lang.Object
org.mybatis.generator.config.xml.MyBatisGeneratorConfigurationParser
public class MyBatisGeneratorConfigurationParser
- extends Object
This class parses configuration files into the new Configuration API
- Author:
- Jeff Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyBatisGeneratorConfigurationParser
public MyBatisGeneratorConfigurationParser(Properties properties)
parseConfiguration
public Configuration parseConfiguration(Element rootNode)
throws XMLParserException
- Throws:
XMLParserException
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.