JPA Annotation Attribute
in javax.persistence.JoinTable

String name default ""


(Optional) The name of the join table.

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

Since:
JPA 1.0