Uses of Class
org.mybatis.generator.exception.InvalidConfigurationException

Packages that use InvalidConfigurationException
org.mybatis.generator.api Provides the main classes and interfaces used by clients of MyBatis Generator. 
org.mybatis.generator.config   
 

Uses of InvalidConfigurationException in org.mybatis.generator.api
 

Constructors in org.mybatis.generator.api that throw InvalidConfigurationException
MyBatisGenerator(Configuration configuration, ShellCallback shellCallback, List<String> warnings)
          Constructs a MyBatisGenerator object.
 

Uses of InvalidConfigurationException in org.mybatis.generator.config
 

Methods in org.mybatis.generator.config that throw InvalidConfigurationException
 void Configuration.validate()
          This method does a simple validate, it makes sure that all required fields have been filled in and that all implementation classes exist and are of the proper type.
 



Copyright © 2010-2012 MyBatis.org. All Rights Reserved.