|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.objectweb.jorm.interp.genclass.api.FieldDesc
|
+--org.objectweb.jorm.interp.genclass.rdb.api.RdbFieldDesc
This class provides a description of a JORM field to be mapped to a RDBMS. It allows the association of a column name to a field.
| Field Summary | |
java.lang.String |
columnName
The column name to which the JORM field should be mapped. |
| Fields inherited from class org.objectweb.jorm.interp.genclass.api.FieldDesc |
compositeName, name, type |
| Constructor Summary | |
RdbFieldDesc(java.lang.String fn,
java.lang.String cfn,
PType ft,
java.lang.String cn)
It constructs an RdnFieldDesc. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String columnName
| Constructor Detail |
public RdbFieldDesc(java.lang.String fn,
java.lang.String cfn,
PType ft,
java.lang.String cn)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||