@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Column
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
columnDefinition |
boolean |
insertable |
int |
length |
java.lang.String |
name |
boolean |
nullable |
int |
precision |
int |
scale |
java.lang.String |
table |
boolean |
unique |
boolean |
updatable |