ObjectDB ObjectDB

JoinTable.uniqueConstraints - JPA annotation element

Annotation Element
javax.persistence.JoinTable
UniqueConstraint[] uniqueConstraints

(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.

Default value:
{}
Since:
JPA 1.0