-
@Target({}) @Retention(RUNTIME) public @interface UniqueConstraint
Specifies that a unique constraint is to be included in the generated DDL for a primary or secondary table.Example: {@snippet :
- Since:
- 1.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]
columnNames
(Required) The names of the column which make up the constraint.
-