| Modifier and Type | Optional Element and Description |
|---|---|
String |
constraintName
A name of the constraint for the case a foreign key
|
Class<? extends ITypeService> |
converter
Convert, save and read an application data to/from the ResultSet.
|
String |
index
A name of the non-unique database index for the column, where the same index can contain more columns.
|
int |
length
Database column maximal length
|
boolean |
mandatory
Not null value
|
String |
name
A named parameter for the database column name.
|
boolean |
pk
The primary key
|
int |
precision
Database column presision
|
DbType |
type
Database column type
|
String |
uniqueIndex
A name of the unique database index for the column, where the same index can contain more columns.
|
String |
value
A shortcut for the attribute "name" of Column.
|
public abstract String name
public abstract String value
name()public abstract boolean pk
public abstract DbType type
public abstract int length
public abstract int precision
public abstract boolean mandatory
public abstract String index
public abstract String uniqueIndex
public abstract String constraintName
public abstract Class<? extends ITypeService> converter
orm.metaModel.MetaParams.MetaParams.ITypeServiceCopyright 2013, Pavel Ponec