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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
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.