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
          Deprecated. this class duplicates ForeignKeyRelationshipEdge and should be removed
 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-2012. All Rights Reserved.