|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={TYPE,FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface UniqueAnnotation for a JDO unique constraint. Maps across to the JDO2 element "unique".
| Required Element Summary | |
|---|---|
java.lang.String |
name
Name of the unique constraint. |
java.lang.String |
table
Table for the unique constraint (if required). |
| Optional Element Summary | |
|---|---|
boolean |
deferred
Whether this unique constraint is deferred |
| Element Detail |
|---|
public abstract java.lang.String name
public abstract java.lang.String table
public abstract boolean deferred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||