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
 

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
 

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



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