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

Interface Summary
IDMethod Interface for various ID retrieval method types (i.e.
NameGenerator The generic interface to a name generation algorithm.
 

Class Summary
AppData A class for holding application data structures.
Column A Class for holding data about a column used in an Application.
ConstraintNameGenerator A NameGenerator implementation for table-specific constraints.
Database A class for holding application data structures.
ForeignKey A class for information about foreign keys of a table.
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
JavaNameGenerator A NameGenerator implementation for Java-esque names.
NameFactory A name generation factory.
Table Data about a table used in an application.
TypeMap A class that maps JDBC types to their corresponding Java object types, and Java native types.
Unique Information about unique columns of a table.
 



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