Package | Description |
---|---|
com.ads.mm.db.dao |
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
|
Modifier and Type | Method and Description |
---|---|
DBTable.EntityBaseType |
DBColumn.getEntityBaseType()
Returns the entityBaseType.
|
static DBTable.EntityBaseType |
DBTable.EntityBaseType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBTable.EntityBaseType[] |
DBTable.EntityBaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DBTable.hasOnly(DBTable.EntityBaseType baseType)
Returns true if specified baseType is equal to the entityBaseType otherwise false.
|
void |
DBColumn.setEntityBaseType(DBTable.EntityBaseType entityBaseType)
Sets the entityBaseType as specified.
|