| 接口 | 说明 |
|---|---|
| Rules |
This interface centralizes all the rules related to code generation -
including the methods and objects to create, and certain attributes related
to those objects.
|
| 类 | 说明 |
|---|---|
| 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.
|
| ConditionalModelRules |
This class encapsulates all the code generation rules for a table using the
conditional model.
|
| FlatModelRules |
This class encapsulates all the code generation rules for a table using the
flat model.
|
| HierarchicalModelRules |
This class encapsulates all the code generation rules for a table using the
hierarchical model.
|
| RulesDelegate |
This class can be used by plugins to easily implement a custom rules
implementation.
|
Copyright © 2006–2016 MyBatis.org. All rights reserved.