| Modifier and Type | Fields and Description |
|---|---|
static boolean |
NULLABLE_DEFAULT |
| Modifier and Type | Optional Element and Description |
|---|---|
ColumnType |
columnType
Type of column
|
boolean |
enabled
If true, indicates that attribute must be binded to a column on bean's
associated table
|
Class<?> |
foreignKey
Represents foreign key to another entity/table.
|
boolean |
nullable
if true, column can be set to null
|
ForeignKeyAction |
onDelete
Action to take on foreign key constraint during DELETE operation
|
ForeignKeyAction |
onUpdate
Action to take on foreign key constraint during UPDATE operation
|
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
public abstract ForeignKeyAction onDelete
public abstract ForeignKeyAction onUpdate
Copyright © 2018. All rights reserved.