Annotation Type Table
-
@Target(TYPE) @Retention(SOURCE) public @interface Table
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe default name of the table in which all entities defined under the annotated type will reside.
-