Uses of Class
org.dbunit.database.search.ForeignKeyRelationshipEdge
Packages that use ForeignKeyRelationshipEdge
-
Uses of ForeignKeyRelationshipEdge in org.dbunit.database
Methods in org.dbunit.database with parameters of type ForeignKeyRelationshipEdgeModifier and TypeMethodDescriptionvoidPrimaryKeyFilter.edgeAdded(ForeignKeyRelationshipEdge edge) -
Uses of ForeignKeyRelationshipEdge in org.dbunit.database.search
Methods in org.dbunit.database.search that return ForeignKeyRelationshipEdgeModifier and TypeMethodDescriptionprotected static ForeignKeyRelationshipEdgeAbstractMetaDataBasedSearchCallback.createFKEdge(ResultSet rs, int type, String from, String to, String fkColumn, String pkColumn) Creates an edge representing a foreign key relationship between 2 tables.