@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface FOREIGN_KEY_T
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
columns |
FOREIGN_KEY_REFERENCE |
reference |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
name |
public abstract FOREIGN_KEY_REFERENCE reference