Uses of Class
org.dbunit.util.search.Edge
Packages that use Edge
-
Uses of Edge in org.dbunit.database.search
Subclasses of Edge in org.dbunit.database.searchModifier and TypeClassDescriptionclassDeprecated.classImplementation of an edge representing a foreign key (FK) relationship between two tables.
Thefromnode is the table which have the FK, while thetonode is the table with the PK.
ForeignKeyRelationshipEdgeand should be removed