JPA Annotation Attribute
in jakarta.persistence.JoinTable

UniqueConstraint[] uniqueConstraints default {}


(Optional) Unique constraints 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