Uses of Class
com.agimatec.sql.meta.ForeignKeyDescription

Packages that use ForeignKeyDescription
com.agimatec.dbtransform   
com.agimatec.dbtransform.ejb3   
com.agimatec.sql.meta   
 

Uses of ForeignKeyDescription in com.agimatec.dbtransform
 

Methods in com.agimatec.dbtransform with parameters of type ForeignKeyDescription
protected  void CatalogConversion.transformForeignKey(ForeignKeyDescription newFk, ForeignKeyDescription fk)
           
 

Uses of ForeignKeyDescription in com.agimatec.dbtransform.ejb3
 

Fields in com.agimatec.dbtransform.ejb3 declared as ForeignKeyDescription
protected  ForeignKeyDescription Ejb3Relationship.foreignKey
           
 

Methods in com.agimatec.dbtransform.ejb3 that return ForeignKeyDescription
 ForeignKeyDescription Ejb3Relationship.getForeignKey()
           
 ForeignKeyDescription Ejb3RelationshipManyToMany.getOtherForeignKey()
           
 

Constructors in com.agimatec.dbtransform.ejb3 with parameters of type ForeignKeyDescription
Ejb3Relationship(ForeignKeyDescription foreignKey)
           
Ejb3RelationshipManyToMany(ForeignKeyDescription thisForeignKey, ForeignKeyDescription foreignKey)
           
Ejb3RelationshipOneToMany(ForeignKeyDescription foreignKey)
           
 

Uses of ForeignKeyDescription in com.agimatec.sql.meta
 

Methods in com.agimatec.sql.meta that return ForeignKeyDescription
 ForeignKeyDescription ForeignKeyDescription.deepCopy()
           
 ForeignKeyDescription TableDescription.getForeignKey(int i)
           
 ForeignKeyDescription TableDescription.getForeignKey(String constraintName)
           
 ForeignKeyDescription[] CatalogDescription.getForeignKeysReferencing(String tableName)
          return all tables that directly reference the given table
 

Methods in com.agimatec.sql.meta that return types with arguments of type ForeignKeyDescription
 List<ForeignKeyDescription> TableDescription.getForeignKeys()
           
 

Methods in com.agimatec.sql.meta with parameters of type ForeignKeyDescription
 void TableDescription.addForeignKey(ForeignKeyDescription aFK)
           
 



Copyright © 2008-2011. All Rights Reserved.