Uses of Interface
org.mybatis.generator.internal.rules.Rules

Packages that use Rules
org.mybatis.generator.api Provides the main classes and interfaces used by clients of MyBatis Generator. 
org.mybatis.generator.internal.rules   
 

Uses of Rules in org.mybatis.generator.api
 

Fields in org.mybatis.generator.api declared as Rules
protected  Rules IntrospectedTable.rules
           
 

Methods in org.mybatis.generator.api that return Rules
 Rules IntrospectedTable.getRules()
           
 

Methods in org.mybatis.generator.api with parameters of type Rules
 void IntrospectedTable.setRules(Rules rules)
          This method exists to give plugins the opportunity to replace the calculated rules if necessary.
 

Uses of Rules in org.mybatis.generator.internal.rules
 

Classes in org.mybatis.generator.internal.rules that implement Rules
 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.
 

Fields in org.mybatis.generator.internal.rules declared as Rules
protected  Rules RulesDelegate.rules
           
 

Constructors in org.mybatis.generator.internal.rules with parameters of type Rules
RulesDelegate(Rules rules)
           
 



Copyright © 2010-2012 MyBatis.org. All Rights Reserved.