|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IbatorRules | |
---|---|
org.apache.ibatis.ibator.api | Provides the main classes and interfaces used by clients of ibator. |
org.apache.ibatis.ibator.internal.rules |
Uses of IbatorRules in org.apache.ibatis.ibator.api |
---|
Fields in org.apache.ibatis.ibator.api declared as IbatorRules | |
---|---|
protected IbatorRules |
IntrospectedTable.rules
|
Methods in org.apache.ibatis.ibator.api that return IbatorRules | |
---|---|
IbatorRules |
IntrospectedTable.getRules()
|
Methods in org.apache.ibatis.ibator.api with parameters of type IbatorRules | |
---|---|
void |
IntrospectedTable.setRules(IbatorRules rules)
This method exists to give plugins the opportunity to replace the calculated rules if necessary. |
Uses of IbatorRules in org.apache.ibatis.ibator.internal.rules |
---|
Subclasses of IbatorRules in org.apache.ibatis.ibator.internal.rules | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |