Methods Summary |
---|
public void | addColumnPair(ColumnPairElement pair)Add a new column pair to the holder.
|
public void | addColumnPairs(ColumnPairElement[] pairs)Add some new column pairs to the holder.
|
public java.util.ArrayList | getColumnPairNames()Returns the list of relative column pair names in this referencing key.
|
public MappingTableElement | getTable()Returns the mapping table element for this referencing key.
|
public void | removeColumnPair(java.lang.String pairName)Remove a column pair from the holder. This method can be used to
remove a pair by name when it cannot be resolved to an actual pair.
|
public void | removeColumnPair(ColumnPairElement pair)Remove a column pair from the holder.
|
public void | removeColumnPairs(java.util.ArrayList pairNames)Remove some column pairs from the holder. This method can be used to
remove pairs by name when they cannot be resolved to actual pairs.
|
public void | removeColumnPairs(ColumnPairElement[] pairs)Remove some column pairs from the holder.
|
public void | setColumnPairs(ColumnPairElement[] pairs)Set the column pairs for this holder.
Previous column pairs are removed.
|
public void | setTable(MappingTableElement table)Set the mapping table for this referencing key to the supplied table.
|