Uses of Package
org.apache.torque.map

Packages that use org.apache.torque.map
org.apache.torque Torque is an object-relational mapper for Java. 
org.apache.torque.map Description of the schema layout. 
org.apache.torque.sql This package contains classes which are mainly used in the SQL generation process. 
org.apache.torque.util Misc. 
 

Classes in org.apache.torque.map used by org.apache.torque
DatabaseMap
          DatabaseMap is used to model a database.
TableMap
          TableMap is used to model a table in a database.
 

Classes in org.apache.torque.map used by org.apache.torque.map
ColumnMap
          ColumnMap is used to model a column of a table in a database.
DatabaseMap
          DatabaseMap is used to model a database.
ForeignKeyMap
          ForeignKeyMap is used to model a foreign key in a database.
ForeignKeyMap.ColumnPair
          A pair of local and Foreign column.
InheritanceMap
          InheritanceMap is used to model OM inheritance classes.
TableMap
          TableMap is used to model a table in a database.
 

Classes in org.apache.torque.map used by org.apache.torque.sql
TableMap
          TableMap is used to model a table in a database.
 

Classes in org.apache.torque.map used by org.apache.torque.util
TableMap
          TableMap is used to model a table in a database.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.