@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Table
The annotated class must have at least one field annotated by @Column.
@Column
Column
java.lang.String
value
public abstract java.lang.String value
If not specified, the name in exact case of the annotated class will be used.