| Package | Description |
|---|---|
| com.agimatec.dbtransform | |
| com.agimatec.dbtransform.ejb3 | |
| com.agimatec.sql.meta |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CatalogConversion.transformForeignKey(ForeignKeyDescription newFk,
ForeignKeyDescription fk) |
| Modifier and Type | Field and Description |
|---|---|
protected ForeignKeyDescription |
Ejb3Relationship.foreignKey |
| Modifier and Type | Method and Description |
|---|---|
ForeignKeyDescription |
Ejb3Relationship.getForeignKey() |
ForeignKeyDescription |
Ejb3RelationshipManyToMany.getOtherForeignKey() |
| Constructor and Description |
|---|
Ejb3Relationship(ForeignKeyDescription foreignKey) |
Ejb3RelationshipManyToMany(ForeignKeyDescription thisForeignKey,
ForeignKeyDescription foreignKey) |
Ejb3RelationshipOneToMany(ForeignKeyDescription foreignKey) |
| Modifier and Type | Method and Description |
|---|---|
ForeignKeyDescription |
ForeignKeyDescription.deepCopy() |
ForeignKeyDescription |
TableDescription.findForeignKeyLike(ForeignKeyDescription other)
find a foreignKey in this table that has the same constraintName or columns/refColumns/refTable than 'other'
|
ForeignKeyDescription |
TableDescription.getForeignKey(int i) |
ForeignKeyDescription |
TableDescription.getForeignKey(String constraintName) |
ForeignKeyDescription[] |
CatalogDescription.getForeignKeysReferencing(String tableName)
return all tables that directly reference the given table
|
| Modifier and Type | Method and Description |
|---|---|
List<ForeignKeyDescription> |
TableDescription.getForeignKeys() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableDescription.addForeignKey(ForeignKeyDescription aFK) |
ForeignKeyDescription |
TableDescription.findForeignKeyLike(ForeignKeyDescription other)
find a foreignKey in this table that has the same constraintName or columns/refColumns/refTable than 'other'
|
boolean |
ForeignKeyDescription.isSimilarTo(ForeignKeyDescription other)
do NOT compare the constraintName, but the columns, refColumns, tables (independent of sequence)
|
Copyright © 2008-2016. All Rights Reserved.