Column.table - JPA annotation element
Annotation Element javax.persistence.Column
String table
(Optional) The name of the table that contains the column. If absent the column is assumed to be in the primary table.
- Default value:
- ""
- Since:
- JPA 1.0