Module org.panteleyev.persistence
Annotation Type Table
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface TableDefines database table.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueSQL name of the table.
-