Package org.apache.openjpa.jdbc.sql
Interface MergedResult.ResultComparator
-
- All Superinterfaces:
Comparator
- Enclosing class:
- MergedResult
public static interface MergedResult.ResultComparator extends Comparator
Comparator for ordering result rows.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getOrderingValue(Result res, int idx)
Return the ordering value of the current row of the given result.-
Methods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-