org.dbunit.database.search
Class ExportedKeysSearchCallback
java.lang.Object
org.dbunit.util.search.AbstractNodesFilterSearchCallback
org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
org.dbunit.database.search.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: 843 $ $Date: 2008-10-26 12:06:28 +0100 (Sun, 26 Oct 2008) $
- Author:
- gommma (gommma AT users.sourceforge.net), Last changed by: $Author: gommma $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportedKeysSearchCallback
public ExportedKeysSearchCallback(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.