See: Description
| Interface | Description |
|---|---|
| Index |
Represents an index definition for a table which may be either unique or non-unique.
|
| Class | Description |
|---|---|
| Column |
Represents a column in the database model.
|
| Database |
Represents the database model, ie.
|
| ForeignKey |
Represents a database foreign key.
|
| IndexColumn |
Represents a column of an index in the database model.
|
| IndexImpBase |
Base class for indices.
|
| JdbcTypeCategoryEnum |
Represents the different categories of jdbc types.
|
| NonUniqueIndex |
Represents an index definition for a table.
|
| Reference |
Represents a reference between a column in the local table and a column in another table.
|
| Table |
Represents a table in the database model.
|
| TypeMap |
A class that maps SQL type names to their JDBC type ID found in
Types and vice versa. |
| UniqueIndex |
Provides compatibility with Torque-style xml with separate <index> and
<unique> tags, but adds no functionality.
|
| Exception | Description |
|---|---|
| ModelException |
Indicates a model error.
|
This package contains the classes making up the database model.
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.