JPA Annotation Attribute
in javax.persistence.CollectionTable

String name default ""


(Optional) The name of the collection table. If not specified, it defaults to the concatenation of the name of the containing entity and the name of the collection attribute, separated by an underscore.
Since:
JPA 2.0