package

org.mybatis.generator.internal.rules

Interfaces

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. 

Classes

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.