@Target(value={})@Retention(value=RUNTIME)public @interfaceUniqueConstraint
Example: @Entity @Table( name="EMPLOYEE", uniqueConstraints= @UniqueConstraint(columnNames={"EMP_ID", "EMP_NAME"}) ) public class Employee { ... }| Modifier and Type | Required Element and Description |
|---|---|
String[] | columnNames(Required) An array of the column names that make up the constraint. |
Copyright © 1996-2017,Oracle and/or its affiliates. All Rights Reserved. Use is subject tolicense terms.