org.dbunit.database.search
Class ImportedAndExportedKeysSearchCallback
java.lang.Object
org.dbunit.util.search.AbstractNodesFilterSearchCallback
org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
org.dbunit.database.search.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: 554 $
- Author:
- Felipe Leme
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportedAndExportedKeysSearchCallback
public ImportedAndExportedKeysSearchCallback(IDatabaseConnection connection)
getEdges
public SortedSet getEdges(Object node)
throws SearchException
- Description copied from interface:
ISearchCallback
- Get the edges originating from a node.
- Returns:
- all edges originating from this node.
- Throws:
SearchException
Copyright © 2002-2011. All Rights Reserved.