Class ImportedAndExportedKeysSearchCallback

All Implemented Interfaces:
ISearchCallback
Direct Known Subclasses:
ImportedAndExportedKeysSearchCallbackFilteredByPKs

public class ImportedAndExportedKeysSearchCallback extends AbstractMetaDataBasedSearchCallback
ISearchCallback implementation that get the nodes using both direct and reverse foreign key dependency, i.e, if table C has a FK for a table A and table A has a FK for a table B, then getNodes(A) will return B and C.
Since:
Aug 25, 2005
Version:
$Revision$
Author:
Felipe Leme (dbunit@felipeal.net)
  • Constructor Details

    • ImportedAndExportedKeysSearchCallback

      public ImportedAndExportedKeysSearchCallback(IDatabaseConnection connection)
  • Method Details