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
 

Fields in org.eclipse.jpt.db with type parameters of type ForeignKey.ColumnPair
static java.util.Comparator<ForeignKey.ColumnPair> ForeignKey.ColumnPair.BASE_COLUMN_COMPARATOR
           
 

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

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