Uses of Class
org.objectweb.jorm.mapper.rdb.metainfo.RdbTable

Packages that use RdbTable
org.objectweb.jorm.mapper.rdb.generator   
org.objectweb.jorm.mapper.rdb.lib   
org.objectweb.jorm.mapper.rdb.metainfo   
 

Uses of RdbTable in org.objectweb.jorm.mapper.rdb.generator
 

Constructors in org.objectweb.jorm.mapper.rdb.generator with parameters of type RdbTable
RdbGenTable(RdbTable mainTable, Class clazz, RdbGenInfos genInfos)
          Creates an RdbGenTable from a main table.
 

Uses of RdbTable in org.objectweb.jorm.mapper.rdb.lib
 

Methods in org.objectweb.jorm.mapper.rdb.lib that return RdbTable
 RdbTable RdbExtentMappingInfos.getMainTable()
           
 

Methods in org.objectweb.jorm.mapper.rdb.lib with parameters of type RdbTable
 void RdbExtentMappingInfos.setMainTable(RdbTable mainTable)
           
 

Uses of RdbTable in org.objectweb.jorm.mapper.rdb.metainfo
 

Subclasses of RdbTable in org.objectweb.jorm.mapper.rdb.metainfo
 class RdbExternalTable
          As a meta-object, the parent is the main table
 

Methods in org.objectweb.jorm.mapper.rdb.metainfo that return RdbTable
 RdbTable RdbMappingInfos.getMainTable()
          Get the main table
 RdbTable RdbJoin.getMainTable()
          Returns the main table involved in the join.
 RdbTable RdbGenClassMapping.createRdbTable(java.lang.String tablename)
          Sets the name of the primary table
 RdbTable RdbGenClassMapping.getRdbTable()
          Returns the name of the primary table.
 RdbTable RdbGenClassMapping.getMainTable()
           
 RdbTable RdbExternalTable.getMainTable()
           
 RdbTable RdbClassMultiMapping.getMainTable()
           
 RdbTable RdbClassMapping.createRdbTable(java.lang.String tableName)
           
 RdbTable RdbClassMapping.getRdbTable()
           
 RdbTable RdbClassMapping.getMainRdbTable()
           
 

Methods in org.objectweb.jorm.mapper.rdb.metainfo with parameters of type RdbTable
 void RdbMappingPrinter.print(java.lang.String p, RdbTable t, java.io.PrintStream out)