Package org.apache.openjpa.jdbc.sql
Interface MergedResult.ResultComparator
- All Superinterfaces:
Comparator
- Enclosing class:
- MergedResult
Comparator for ordering result rows.
-
Method Summary
Modifier and TypeMethodDescriptiongetOrderingValue
(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
-
Method Details
-
getOrderingValue
Return the ordering value of the current row of the given result.
-