Package org.apache.openjpa.jdbc.sql
Interface MergedResult.ResultComparator
- 
- All Superinterfaces:
- java.util.Comparator
 - Enclosing class:
- MergedResult
 
 public static interface MergedResult.ResultComparator extends java.util.ComparatorComparator for ordering result rows.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetOrderingValue(Result res, int idx)Return the ordering value of the current row of the given result.
 
- 
- 
- 
Method Detail- 
getOrderingValuejava.lang.Object getOrderingValue(Result res, int idx) Return the ordering value of the current row of the given result.
 
- 
 
-