| Package | Description |
|---|---|
| org.tentackle.sql |
SQL backend layer.
|
| org.tentackle.sql.metadata |
SQL metadata support.
|
| Class and Description |
|---|
| ColumnMetaData
Meta data for a column
|
| DatabaseMetaDataTableHeader
Describes the table name and some major properties for am existing database table.
|
| IndexColumnMetaData
Meta data for a column of an index.
|
| IndexMetaData
Meta data for an index.
|
| ModelMetaData
The whole metadata for the connected database.
|
| TableMetaData
Database meta data for a table that is part of the model.
|
| Class and Description |
|---|
| ColumnMetaData
Meta data for a column
|
| DatabaseMetaDataTableHeader
Describes the table name and some major properties for am existing database table.
|
| ForeignKeyAction
Enum for foreign key actions.
|
| 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.
|
| TableMetaData
Database meta data for a table that is part of the model.
|
Tentackle - distributed, domain- and model-driven