Uses of Interface
org.mybatis.generator.internal.rules.Rules
Packages that use Rules
Package
Description
Provides the main classes and interfaces used by clients of MyBatis Generator.
-
Uses of Rules in org.mybatis.generator.api
Fields in org.mybatis.generator.api declared as RulesMethods in org.mybatis.generator.api that return RulesMethods in org.mybatis.generator.api with parameters of type Rules -
Uses of Rules in org.mybatis.generator.internal.rules
Classes in org.mybatis.generator.internal.rules that implement RulesModifier and TypeClassDescriptionclassThis class centralizes all the rules related to code generation - including the methods and objects to create, and certain attributes related to those objects.classThis class encapsulates all the code generation rules for a table using the conditional model.classThis class encapsulates all the code generation rules for a table using the flat model.classThis class encapsulates all the code generation rules for a table using the hierarchical model.classThis class can be used by plugins to easily implement a custom rules implementation.Fields in org.mybatis.generator.internal.rules declared as RulesConstructors in org.mybatis.generator.internal.rules with parameters of type Rules