| org.dbunit.database.search.AbstractMetaDataBasedSearchCallback org.dbunit.database.search.ImportedAndExportedKeysSearchCallback
All known Subclasses: org.dbunit.database.search.ImportedAndExportedKeysSearchCallbackFilteredByPKs,
ImportedAndExportedKeysSearchCallback | public class ImportedAndExportedKeysSearchCallback extends AbstractMetaDataBasedSearchCallback (Code) | | 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.
author: Felipe Leme version: $Revision: 554 $ since: Aug 25, 2005 |
Methods inherited from org.dbunit.database.search.AbstractMetaDataBasedSearchCallback | protected static ForeignKeyRelationshipEdge createFKEdge(ResultSet rs, int type, String from, String to, String fkColumn, String pkColumn) throws SearchException(Code)(Java Doc) public IDatabaseConnection getConnection()(Code)(Java Doc) protected SortedSet getNodesFromExportedKeys(Object node) throws SearchException(Code)(Java Doc) protected SortedSet getNodesFromImportAndExportKeys(Object node) throws SearchException(Code)(Java Doc) protected SortedSet getNodesFromImportedKeys(Object node) throws SearchException(Code)(Java Doc) protected IEdge newEdge(ResultSet rs, int type, String from, String to, String fkColumn, String pkColumn) throws SearchException(Code)(Java Doc)
|
|
|