|
Class Summary |
| ColumnModel |
A ColumnModel definition represents a platform dependent column in a Database
Table, from 1.0.5 this class name changed from "Column" to "ColumnModel" to
avoid naming conflict to JPA's "@Column" annotation |
| FKeyModel |
The platform-independent Foreign Key Constraint model |
| IndexModel |
The platform-independent Index model |
| TableModel |
A TableModel definition represents a platform dependent Database Table, from
1.0.5 this class name changed from "Table" to "TableModel" to avoid naming
conflict to JPA's "@Table" annotation |
| UniqueModel |
The platform-independent Unique Constraint model |