| Class | Description |
|---|---|
| ColumnMetaData |
Meta data for a column
|
| DatabaseMetaDataTableHeader |
Describes the table name and some major properties for am existing database table.
|
| ForeignKeyColumnMetaData |
Meta data for a column of a foreign key.
|
| ForeignKeyMetaData |
Meta data for foreign keys.
|
| IndexColumnMetaData |
Meta data for a column of an index.
|
| IndexMetaData |
Meta data for an index.
|
| MetaDataUtilities |
Database metadata utility methods.
Replaceable by application specific implementation via Service annotation. |
| ModelMetaData |
The whole metadata for the connected database.
|
| MySqlColumnMetaData |
MySql does not return strings in singlequotes in default values.
|
| OracleColumnMetaData |
Oracle column data.
Oracle returns the default value exactly as specified in the ALTER TABLE statement. |
| PostgresColumnMetaData |
Postgres column data.
|
| PostgresIndexColumnMetaData |
Index column meta data for postgres.
Strips optional typecasts. |
| PostgresIndexMetaData |
Postgres index meta data.
|
| TableMetaData |
Database meta data for a table that is part of the model.
|
| Enum | Description |
|---|---|
| ForeignKeyAction |
Enum for foreign key actions.
|
Tentackle - distributed, domain- and model-driven