|
Produced by Siminov Software Solution LLP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) public @interface Index
Exposes methods to GET index properties as per in POJO Class Annotation by application.
Required Element Summary | |
---|---|
java.lang.String |
name
Get index name. |
boolean |
unique
Check if index is unique. |
IndexColumn[] |
value
Get index columns. |
Element Detail |
---|
public abstract java.lang.String name
public abstract IndexColumn[] value
public abstract boolean unique
|
Apache License 2.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |