|
Class Summary |
| 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. |
| Domain |
A Class for holding data about a column used in an Application. |
| 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. |
| SchemaType |
Enum for types used in Torque schema.xml files. |
| SizedForBitDataDomain |
Supports the Derby / DB2 / SQL92 standard for defining Binary data fields
with either CHAR(#) FOR BIT DATA or VARCHAR(#) FOR BIT DATA. |
| 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. |