@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Table
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
name
The name of the table.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
keyspace
The name of the keyspace the table is part of.
|