Uses of Package
org.apache.torque.engine.database.model

Packages that use org.apache.torque.engine.database.model
org.apache.torque.engine.database.model   
org.apache.torque.engine.database.transform   
org.apache.torque.engine.platform This package contains classes that provide compatibility to a range of RDBM platforms. 
 

Classes in org.apache.torque.engine.database.model used by org.apache.torque.engine.database.model
Column
          A Class for holding data about a column used in an Application.
Database
          A class for holding application data structures.
Domain
          A Class for holding data about a column used in an Application.
ForeignKey
          A class for information about foreign keys of a table.
IDMethod
          Interface for various ID retrieval method types.
IdMethodParameter
          Information related to an ID method.
Index
          Information about indices of a table.
Inheritance
          A Class for information regarding possible objects representing a table
NameGenerator
          The generic interface to a name generation algorithm.
SchemaType
          Enum for types used in Torque schema.xml files.
Table
          Data about a table used in an application.
Unique
          Information about unique columns of a table.
 

Classes in org.apache.torque.engine.database.model used by org.apache.torque.engine.database.transform
Column
          A Class for holding data about a column used in an Application.
Database
          A class for holding application data structures.
Table
          Data about a table used in an application.
 

Classes in org.apache.torque.engine.database.model used by org.apache.torque.engine.platform
Domain
          A Class for holding data about a column used in an Application.
SchemaType
          Enum for types used in Torque schema.xml files.
 



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