Package org.codehaus.modello.generator.database.model
| Class Summary |
| Column | |
| Database |
Models a database.
|
| ForeignKey | |
| Index | |
| IndexColumn | |
| Reference | |
| Table |
Models a table.
|
| TypeMap |
A class that maps SQL type names to their JDBC type ID found in
{@link java.sql.Types}.
|
| Unique |
Provides compatibility with Torque-style xml with separate <index> and
<unique> tags, but adds no functionality. |
| UniqueColumn |
Provides compatibility with Torque-style xml with separate <index> and
<unique> tags, but adds no functionality. |
Copyright © 2001-2007 Codehaus. All Rights Reserved.