See: Description
| Interface | Description |
|---|---|
| Index |
Represents an index definition for a table which may be either unique or non-unique.
|
| Class | Description |
|---|---|
| CascadeActionEnum | |
| CloneHelper |
Helper class that provides cloning of model elements.
|
| 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.
|
| IndexImplBase |
Base class for indexes.
|
| JdbcTypeCategoryEnum |
Represents the different categories of jdbc types.
|
| ModelHelper |
Contains some utility functions for working with the model classes.
|
| 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 © 2010-2015 Pivotal Software, Inc. All rights reserved.