Uses of Class
org.apache.torque.map.TableMap

Packages that use TableMap
org.apache.torque.map Description of the schema layout. 
org.apache.torque.oid The ID broker, an API to provide persistent object identifiers, as described by Scott Ambler's paper on "Enterprise-Ready Object IDs". 
 

Uses of TableMap in org.apache.torque.map
 

Fields in org.apache.torque.map declared as TableMap
private  TableMap ColumnMap.table
          The TableMap for this column.
private  TableMap DatabaseMap.idTable
          A special table used to generate primary keys for the other tables.
 

Methods in org.apache.torque.map that return TableMap
 TableMap DatabaseMap.getIdTable()
          Get the ID table for this database.
 TableMap DatabaseMap.getTable(java.lang.String name)
          Get a TableMap for the table by name.
 TableMap[] DatabaseMap.getTables()
          Get a TableMap[] of all of the tables in the database.
 

Methods in org.apache.torque.map with parameters of type TableMap
 boolean DatabaseMap.containsTable(TableMap table)
          Does this database contain this specific table?
 void DatabaseMap.addTable(TableMap map)
          Add a new TableMap to the database.
 void DatabaseMap.setIdTable(TableMap idTable)
          Set the ID table for this database.
 

Constructors in org.apache.torque.map with parameters of type TableMap
ColumnMap(java.lang.String name, TableMap containingTable)
          Constructor.
 

Uses of TableMap in org.apache.torque.oid
 

Fields in org.apache.torque.oid declared as TableMap
private  TableMap IDBroker.tableMap
          The TableMap referencing the ID_TABLE for this IDBroker.
 

Constructors in org.apache.torque.oid with parameters of type TableMap
IDBroker(TableMap tMap)
          Creates an IDBroker for the ID table.
 



Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.