@Target(value=FIELD)
@Retention(value=CLASS)
public @interface Column
An annotation that indicates a member is a table column. Can be used in conjunction with column constraint clauses.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Returns the column name.
|