JPA Annotation Attribute
in javax.persistence.JoinTable

UniqueConstraint[] uniqueConstraints default {}


(Optional) Unique constraints that are to be placed on the table. These are only used if table generation is in effect.

Defaults to no additional constraints.

Since:
JPA 1.0