| Modifier and Type | Fields and Description |
|---|---|
static boolean |
NULLABLE_DEFAULT |
| Modifier and Type | Optional Element and Description |
|---|---|
ColumnType |
columnType
Type of column
|
boolean |
enabled |
Class<?> |
foreignKey
Rapresents foreign key to another entity/table.
|
boolean |
nullable
if true, column can be set to null
|
String |
value
Name of the column.
|
public abstract boolean enabled
public abstract String value
public abstract ColumnType columnType
public abstract boolean nullable
public abstract Class<?> foreignKey
Copyright © 2017. All rights reserved.