protected static class DefaultDbRowOpSorter.DbRowComparator extends Object implements Comparator<DbRowOp>
Modifier | Constructor and Description |
---|---|
protected |
DbRowComparator(EntitySorter entitySorter) |
Modifier and Type | Method and Description |
---|---|
int |
compare(DbRowOp left,
DbRowOp right) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
protected DbRowComparator(EntitySorter entitySorter)
public int compare(DbRowOp left, DbRowOp right)
compare
in interface Comparator<DbRowOp>
Copyright © 2001–2021 Apache Cayenne. All rights reserved.