|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={})
@Retention(value=RUNTIME)
public @interface IndexDefines an index on an entity table.
| Required Element Summary | |
|---|---|
String |
name
Defines the name of the index. |
| Optional Element Summary | |
|---|---|
String[] |
fields
Defines the fields on which the index operates. |
boolean |
unique
Does this index enforce a uniqueness constraint? |
| Element Detail |
|---|
public abstract String name
public abstract boolean unique
public abstract String[] fields
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||