@Target(value=TYPE)
@Retention(value=SOURCE)
public @interface Table
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The default name of the table in which all entities defined under the annotated type will reside.
|