Uses of Class
org.dbunit.dataset.SortedTable.AbstractRowComparator
Packages that use SortedTable.AbstractRowComparator
-
Uses of SortedTable.AbstractRowComparator in org.dbunit.dataset
Subclasses of SortedTable.AbstractRowComparator in org.dbunit.datasetModifier and TypeClassDescriptionprotected static classCompares the rows with each other in order to sort them in the correct order using the data type and the Comparable implementation the current column has.protected static classCompares the rows with each other in order to sort them in the correct order using the string value of both values for the comparison.