|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
It dscribes the setters for defining the properties that can be set when initialising a RdbGenClassMapping.
| Method Summary | |
void |
setColocated(boolean colocated)
Indicates if the table of the genclass is colocated |
void |
setColocatedMaster(boolean cm)
Indicates if the table of the genclass is colocated |
void |
setReadOnly(boolean readonly)
Indicates if the table must be only read. |
void |
setTableName(java.lang.String tn)
Defines the table name property of a generic class instance mapped to a RDB. |
void |
setTypeConverter(RdbAdapter adapter)
Defines the type converter property of a generic class instance mapped to a RDB. |
| Methods inherited from interface org.objectweb.jorm.genclass.api.GenClassProp |
setElemDesc, setIdentifierDesc, setIndexDesc, setPType |
| Method Detail |
public void setTableName(java.lang.String tn)
tn - The table namepublic void setTypeConverter(RdbAdapter adapter)
adapter - The associated type.public void setColocated(boolean colocated)
public void setColocatedMaster(boolean cm)
public void setReadOnly(boolean readonly)
readonly -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||