Class RowVersionComparator
java.lang.Object
org.hibernate.internal.util.compare.RowVersionComparator
- All Implemented Interfaces:
Comparator<byte[]>
-
Field Summary
Fields -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
INSTANCE
-
-
Method Details
-
compare
public int compare(byte[] o1, byte[] o2) - Specified by:
compare
in interfaceComparator<byte[]>
-