| 程序包 | 说明 |
|---|---|
| org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
| org.mybatis.generator.config |
| 构造器和说明 |
|---|
MyBatisGenerator(Configuration configuration,
ShellCallback shellCallback,
List<String> warnings)
Constructs a MyBatisGenerator object.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2006–2016 MyBatis.org. All rights reserved.