| Name | Description | Type | Package | Framework |
| AbstractMetaDataBasedSearchCallback | Super-class for the ISearchCallback that implements the getEdges() method using the database meta-data. | Class | org.dbunit.database.search | SourceForge DBUnit |
|
| ExportedKeysSearchCallback | ISearchCallback implementation that get the nodes using direct foreign key dependency, i. | Class | org.dbunit.database.search | SourceForge DBUnit |
|
| FKRelationshipEdge | FIXME remove - duplicates ForeignKeyRelationshipEdgeSince:2. | Class | org.dbunit.database.search | SourceForge DBUnit |
|
| ForeignKeyRelationshipEdge | The from node is the table which have the FK, while the to node is the table with the PK. | Class | org.dbunit.database.search | SourceForge DBUnit |
|
| ImportedAndExportedKeysSearchCallback | ISearchCallback implementation that get the nodes using both direct and reverse foreign key dependency, i. | Class | org.dbunit.database.search | SourceForge DBUnit |
|
| ImportedAndExportedKeysSearchCallbackFilteredByPKs | Extension of the ImportedAndExportedKeysSearchCallback, where each new edge is added to a PrimaryKeyFilter. | Class | org.dbunit.database.search | SourceForge DBUnit |
|
| ImportedKeysSearchCallback | ISearchCallback implementation that get the nodes using direct foreign key dependency, i. | Class | org.dbunit.database.search | SourceForge DBUnit |
|
| ImportedKeysSearchCallbackFilteredByPKs | Extension of the ImportedKeysSearchCallback, where each new edge is added to a Since:Sep 9, 2005Version:$Revision$Author:Felipe Leme (dbunit@felipeal. | Class | org.dbunit.database.search | SourceForge DBUnit |
|
| TablesDependencyHelper | Helper for the graph-search based classes used to calculate dependencySince:Aug 26, 2005Version:$Revision$ $Date$Author:Felipe Leme (dbunit@felipeal. | Class | org.dbunit.database.search | SourceForge DBUnit |