ObjectDB ObjectDB

CollectionTable.name - JPA annotation element

Annotation Element
javax.persistence.CollectionTable
String name

(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.
Default value:
""
Since:
JPA 2.0