|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface TableUse the annotation to mark a Key static field like XML Attribute.
View| Optional Element Summary | |
|---|---|
String |
alias
Table alias name. |
String |
name
A named parameter for the table name. |
Orm2ddlPolicy |
orm2ddlPolicy
Parameter to control how the DLL (Data Definition Language) statements will be used to a defining data structure modification. |
boolean |
readOnly
Database table can have the the read-only state. |
String |
schema
Name of schema. |
String |
sequence
Name of DB sequence. |
String |
value
A shortcut for the attribute "name" of Table. |
public abstract String name
public abstract String value
name()public abstract String alias
public abstract String schema
Db.schema()public abstract String sequence
public abstract boolean readOnly
Db.readOnly()public abstract Orm2ddlPolicy orm2ddlPolicy
CREATE_OR_UPDATE_DDL
will be used.
Orm2ddlPolicy.CREATE_OR_UPDATE_DDL
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||