@Retention(value=RUNTIME)
@Target(value=FIELD)
@Inherited
public @interface FOREIGN_KEY_REFERENCE
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
foreignTableName |
Modifier and Type | Optional Element and Description |
---|---|
DeferrableOptions |
deferrableOption |
java.lang.String[] |
foreignTableColumns |
OnUpdateDeleteActions |
onDelete |
OnUpdateDeleteActions |
onUpdate |
public abstract OnUpdateDeleteActions onUpdate
public abstract OnUpdateDeleteActions onDelete
public abstract DeferrableOptions deferrableOption