|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface IndexColumn
Describe an index column of a List
Prefer the standard OrderColumn
annotation
Required Element Summary | |
---|---|
String |
name
column name |
Optional Element Summary | |
---|---|
int |
base
index in DB start from base |
String |
columnDefinition
column definition, default to an appropriate integer |
boolean |
nullable
is the index nullable |
Element Detail |
---|
public abstract String name
public abstract int base
public abstract boolean nullable
public abstract String columnDefinition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |