|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.dbunit.database.search | |
---|---|
org.dbunit.database | |
org.dbunit.database.search |
Classes in org.dbunit.database.search used by org.dbunit.database | |
---|---|
ForeignKeyRelationshipEdge
Implementation of an edge representing a foreign key (FK) relationship between two tables. The from node is the table which have the FK, while the
to node is the table with the PK. |
Classes in org.dbunit.database.search used by org.dbunit.database.search | |
---|---|
AbstractMetaDataBasedSearchCallback
Super-class for the ISearchCallback that implements the getEdges() method using the database meta-data. |
|
ForeignKeyRelationshipEdge
Implementation of an edge representing a foreign key (FK) relationship between two tables. The from node is the table which have the FK, while the
to node is the table with the PK. |
|
ImportedAndExportedKeysSearchCallback
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. |
|
ImportedKeysSearchCallback
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |