@Target(value={}) @Retention(value=RUNTIME) public @interface UniqueConstraint
Modifier and Type | Required Element and Description |
---|---|
String[] |
columnNames
An array of the column names that make up the constraint
|
public abstract String[] columnNames