|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableType | |
org.apache.ibatis.abator.internal.rules | Provides the classes that implement Abator's code generation rules. |
Uses of TableType in org.apache.ibatis.abator.internal.rules |
Fields in org.apache.ibatis.abator.internal.rules declared as TableType | |
static TableType |
TableType.NO_PK_FIELDS_NO_BLOBS
A table that has no primary key and all columns are not BLOBs. |
static TableType |
TableType.NO_PK_FIELDS_BLOBS
A table that has no primary key and columns that are both BLOBs and non BLOBs. |
static TableType |
TableType.PK_NO_FIELDS_NO_BLOBS
A table with a primary key only. |
static TableType |
TableType.PK_FIELDS_NO_BLOBS
A table with a primary key, and all other columns are not BLOBs. |
static TableType |
TableType.PK_NO_FIELDS_BLOBS
A table with a primary key, and all other columns are BLOBs. |
static TableType |
TableType.PK_FIELDS_BLOBS
A table with a primary key and other columns that are both BLOBs and non BLOBs. |
Methods in org.apache.ibatis.abator.internal.rules that return TableType | |
static TableType |
TableType.calculateTableType(ColumnDefinitions columnDefinitions)
Calculates the table type from the physical structure of the table. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |