|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Column
Use the annotation to mark a UjoProperty static field like XML Attribute.
| Optional Element Summary | |
|---|---|
java.lang.String |
indexName
A name of the column database index. |
int |
lenght
Database column maximal lenght |
boolean |
mandatory
Not null value |
java.lang.String |
name
The database column name. |
boolean |
pk
The primary key |
int |
precision
Database column presision |
DbType |
type
Database column type |
boolean |
unique
Deprecated. not implemented yet |
public abstract java.lang.String name
public abstract boolean pk
public abstract DbType type
public abstract int lenght
public abstract int precision
public abstract boolean mandatory
public abstract java.lang.String indexName
public abstract boolean unique
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||