|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface MythDatabaseColumn
Required Element Summary | |
---|---|
String |
column
The database column name |
Optional Element Summary | |
---|---|
int |
length
The maximum length of the column |
boolean |
nullable
Specifies if the database column may be null. |
String |
table
The database table name |
Element Detail |
---|
public abstract String column
public abstract String table
public abstract int length
public abstract boolean nullable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |