Package | Description |
---|---|
org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
org.mybatis.generator.internal.rules |
Modifier and Type | Field and Description |
---|---|
protected Rules |
IntrospectedTable.rules |
Modifier and Type | Method and Description |
---|---|
Rules |
IntrospectedTable.getRules() |
Modifier and Type | Method and Description |
---|---|
void |
IntrospectedTable.setRules(Rules rules)
This method exists to give plugins the opportunity to replace the
calculated rules if necessary.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected Rules |
RulesDelegate.rules |
Constructor and Description |
---|
RulesDelegate(Rules rules) |
Copyright © 2010–2018 MyBatis.org. All rights reserved.