Package org.dbunit.database.search
Class FKRelationshipEdge
java.lang.Object
org.dbunit.util.search.Edge
org.dbunit.database.search.FKRelationshipEdge
- All Implemented Interfaces:
Comparable<Object>,IEdge
Deprecated.
FIXME remove - duplicates
ForeignKeyRelationshipEdge- Since:
- 2.2.0
- Version:
- $Revision$ $Date$
- Author:
- Felipe Leme, Last changed by: $Author$
-
Constructor Summary
ConstructorsConstructorDescriptionFKRelationshipEdge(String tableFrom, String tableTo, String fkColumn, String pkColumn) Deprecated. -
Method Summary
ForeignKeyRelationshipEdgeand should be removed