Uses of Interface
org.eclipse.jpt.db.ForeignKey.ColumnPair

Packages that use ForeignKey.ColumnPair
org.eclipse.jpt.db   
 

Uses of ForeignKey.ColumnPair in org.eclipse.jpt.db
 

Methods in org.eclipse.jpt.db that return ForeignKey.ColumnPair
 ForeignKey.ColumnPair ForeignKey.columnPair()
          Return the foreign key's single column pair.
 

Methods in org.eclipse.jpt.db that return types with arguments of type ForeignKey.ColumnPair
 java.util.Iterator<ForeignKey.ColumnPair> ForeignKey.columnPairs()
          Return the foreign key's column pairs.