| 程序包 | 说明 |
|---|---|
| org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
| org.mybatis.generator.internal.rules |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Rules |
IntrospectedTable.rules
The rules.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Rules |
IntrospectedTable.getRules()
Gets the rules.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IntrospectedTable.setRules(Rules rules)
This method exists to give plugins the opportunity to replace the calculated rules if necessary.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BaseRules
This class centralizes all the rules related to code generation - including
the methods and objects to create, and certain attributes related to those
objects.
|
class |
ConditionalModelRules
This class encapsulates all the code generation rules for a table using the
conditional model.
|
class |
FlatModelRules
This class encapsulates all the code generation rules for a table using the
flat model.
|
class |
HierarchicalModelRules
This class encapsulates all the code generation rules for a table using the
hierarchical model.
|
class |
RulesDelegate
This class can be used by plugins to easily implement a custom rules
implementation.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Rules |
RulesDelegate.rules |
| 构造器和说明 |
|---|
RulesDelegate(Rules rules) |
Copyright © 2006–2016 MyBatis.org. All rights reserved.