@Target(value=FIELD)
@Retention(value=SOURCE)
public @interface Column
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
family
Required.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
qualifier
When undefined, then the name of the annotated field is used.
|
boolean |
versioned
When true, then additional getters and setters will be generated for maintaining the column's version.
|