Overview Package Class Tree Deprecated Index Help
Java EE 5 SDK
PREV CLASS NEXT CLASS FRAMES NO FRAMES All Classes
SUMMARY: REQUIRED | OPTIONAL DETAIL: ELEMENT

javax.persistence
Annotation Type UniqueConstraint


@Target(value={})
@Retention(value=RUNTIME)
public @interface UniqueConstraint

This annotation is used to specify that a unique constraint is to be included in the generated DDL for a primary or secondary table.

 Example:
 @Entity
 @Table(
 name="EMPLOYEE", 
 uniqueConstraints=
 @UniqueConstraint(columnNames={"EMP_ID", "EMP_NAME"})
 )
 public class Employee { ... }
 

Since:
Java Persistence 1.0

Required Element Summary
String[] columnNames
(Required) An array of the column names that make up the constraint.

Element Detail

columnNames

public abstract String[] columnNames
(Required) An array of the column names that make up the constraint.


Overview Package Class Tree Deprecated Index Help
Java EE 5 SDK
PREV CLASS NEXT CLASS FRAMES NO FRAMES All Classes
SUMMARY: REQUIRED | OPTIONAL DETAIL: ELEMENT

Submit a bug or feature

Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.

Scripting on this page tracks web page traffic, but does not change the content in any way.

AltStyle によって変換されたページ (->オリジナル) /