Uses of Class
org.dbunit.database.search.ForeignKeyRelationshipEdge

Packages that use ForeignKeyRelationshipEdge
org.dbunit.database   
org.dbunit.database.search   
 

Uses of ForeignKeyRelationshipEdge in org.dbunit.database
 

Methods in org.dbunit.database with parameters of type ForeignKeyRelationshipEdge
 void PrimaryKeyFilter.edgeAdded(ForeignKeyRelationshipEdge edge)
           
 

Uses of ForeignKeyRelationshipEdge in org.dbunit.database.search
 

Methods in org.dbunit.database.search that return ForeignKeyRelationshipEdge
protected static ForeignKeyRelationshipEdge AbstractMetaDataBasedSearchCallback.createFKEdge(ResultSet rs, int type, String from, String to, String fkColumn, String pkColumn)
          Creates an edge representing a foreign key relationship between 2 tables.
 



Copyright © 2002-2012. All Rights Reserved.