Class ExportedKeysSearchCallback

All Implemented Interfaces:
ISearchCallback

public class ExportedKeysSearchCallback extends AbstractMetaDataBasedSearchCallback
ISearchCallback implementation that get the nodes using direct foreign key dependency, i.e, if table A has a FK for a table B, then getNodes(B) will return A.
Since:
2.4.0
Version:
$Revision$ $Date$
Author:
gommma (gommma AT users.sourceforge.net), Last changed by: $Author$
  • Constructor Details

    • ExportedKeysSearchCallback

      public ExportedKeysSearchCallback(IDatabaseConnection connection)
  • Method Details