| Package | Description |
|---|---|
| org.tentackle.sql.metadata |
SQL metadata support.
|
| Modifier and Type | Method and Description |
|---|---|
ForeignKeyMetaData |
ForeignKeyColumnMetaData.getForeignKeyMetaData()
Gets the foreign key.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ForeignKeyMetaData> |
TableMetaData.getForeignKeys()
Gets the foreign keys.
|
| Constructor and Description |
|---|
ForeignKeyColumnMetaData(ForeignKeyMetaData foreignKeyMetaData)
Creates a foreign key column.
|
Tentackle - a domain driven enterprise framework