|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.objectweb.jorm.comp.generator.lib.CommonHelper
|
+--org.objectweb.jorm.comp.generator.rdb.RdbCommonHelper
This helper contains all common tool methods shared by the RdbBindingMOP and the RdbMappingMOP.
| Inner classes inherited from class org.objectweb.jorm.comp.generator.lib.CommonHelper |
CommonHelper.PNGDesc |
| Field Summary | |
protected RdbAdpater |
adapter
This field permits to access to the converstion type. |
| Fields inherited from class org.objectweb.jorm.comp.generator.lib.CommonHelper |
logger, loggerFactory, PN_GET_TYPES |
| Constructor Summary | |
RdbCommonHelper(RdbAdpater adapter)
|
|
| Method Summary | |
RDBColumnSpec |
getColumnName(PrimitiveElement pe,
CompilerParameter cp)
This method permits to fetch the column name of the PrimitiveElement specified as parameter. |
java.lang.String |
getSqlGet(java.lang.String resultSet,
PType type,
int pos)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected RdbAdpater adapter
| Constructor Detail |
public RdbCommonHelper(RdbAdpater adapter)
| Method Detail |
public RDBColumnSpec getColumnName(PrimitiveElement pe,
CompilerParameter cp)
throws java.lang.Exception
public java.lang.String getSqlGet(java.lang.String resultSet,
PType type,
int pos)
throws java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||