org.dbunit.database.search
Class ImportedKeysSearchCallback
java.lang.Object
org.dbunit.util.search.AbstractNodesFilterSearchCallback
org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
org.dbunit.database.search.ImportedKeysSearchCallback
- All Implemented Interfaces:
- ISearchCallback
- Direct Known Subclasses:
- ImportedKeysSearchCallbackFilteredByPKs
public class ImportedKeysSearchCallback
- 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(A) will
return B.
- Since:
- Aug 25, 2005
- Version:
- $Revision: 769 $
- Author:
- Felipe Leme (dbunit@felipeal.net)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportedKeysSearchCallback
public ImportedKeysSearchCallback(IDatabaseConnection connection)
getEdges
public SortedSet getEdges(Object node)
throws SearchException
- Description copied from interface:
ISearchCallback
- Get the edges originating from a node.
- Parameters:
node
- node from
- Returns:
- all edges originating from this node.
- Throws:
SearchException
Copyright © 2002-2012. All Rights Reserved.