|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RdbGenInfos | |
org.objectweb.jorm.mapper.rdb.generator |
Uses of RdbGenInfos in org.objectweb.jorm.mapper.rdb.generator |
Fields in org.objectweb.jorm.mapper.rdb.generator declared as RdbGenInfos | |
RdbGenInfos |
RdbGenTable.genInfos
|
Methods in org.objectweb.jorm.mapper.rdb.generator that return RdbGenInfos | |
RdbGenInfos |
RdbGenTable.getGenInfos()
|
Methods in org.objectweb.jorm.mapper.rdb.generator with parameters of type RdbGenInfos | |
java.lang.String |
RdbGenColumn.getAccessorValue(RdbGenInfos genInfos,
boolean isSpecific)
|
java.lang.String |
RdbGenColumn.getAccessorValue(RdbGenInfos genInfos,
boolean isSpecific,
RdbGenJoin rgj)
|
java.lang.String |
RdbGenColumn.getRefValue(RdbGenInfos genInfos,
boolean isSpecific)
|
java.lang.String |
RdbGenColumn.getRefValue(RdbGenInfos genInfos,
boolean isSpecific,
RdbGenJoin rgj)
|
Constructors in org.objectweb.jorm.mapper.rdb.generator with parameters of type RdbGenInfos | |
RdbGenTable(RdbExternalTable extTable,
RdbGenTable mainTable,
Class clazz,
RdbGenInfos genInfos)
Creates an RdbGenTable from an external table. |
|
RdbGenTable(RdbTable mainTable,
Class clazz,
RdbGenInfos genInfos)
Creates an RdbGenTable from a main table. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |