| java.lang.Object | ||
| ↳ | org.mybatis.generator.internal.rules.BaseRules | |
| ↳ | org.mybatis.generator.internal.rules.FlatModelRules | |
This class encapsulates all the code generation rules for a table using the flat model.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mybatis.generator.internal.rules.BaseRules
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
We always generate a base record in the flat model.
| |||||||||||
We never generate a primary key in the flat model.
| |||||||||||
We never generate a record with BLOBs class in the flat model.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mybatis.generator.internal.rules.BaseRules
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.mybatis.generator.internal.rules.Rules
| |||||||||||
We always generate a base record in the flat model.
We never generate a primary key in the flat model.
We never generate a record with BLOBs class in the flat model.