Uses of Class
org.dbunit.util.search.Edge

Packages that use Edge
org.dbunit.database.search   
 

Uses of Edge in org.dbunit.database.search
 

Subclasses of Edge in org.dbunit.database.search
 class FKRelationshipEdge
           
 class 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.
 



Copyright © 2002-2008 null. All Rights Reserved.