|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |