ObjectDB ObjectDB

JoinTable.name - JPA annotation element

Annotation Element
javax.persistence.JoinTable
String name

(Optional) The name of the join table.

Defaults to the concatenated names of the two associated primary entity tables, separated by an underscore.

Default value:
""
Since:
JPA 1.0