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