|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={})
@Retention(value=RUNTIME)
public @interface UniqueConstraintThe UniqueConstraint annotation is used to specify that a unique constraint is to be included in the generated DDL for a primary or secondary table.
| Required Element Summary | |
|---|---|
String[] |
columnNames
(Required) An array of the column names that make up the constraint. |
| Optional Element Summary | |
|---|---|
String |
name
(Optional) Constraint name. |
| Element Detail |
|---|
public abstract String[] columnNames
public abstract String name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||