类 RowVersionComparator
- java.lang.Object
-
- org.hibernate.internal.util.compare.RowVersionComparator
-
- 所有已实现的接口:
Comparator<byte[]>
public final class RowVersionComparator extends Object implements Comparator<byte[]>
- 作者:
- Gail Badner
-
-
字段概要
字段 修饰符和类型 字段 说明 static RowVersionComparatorINSTANCE
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intcompare(byte[] o1, byte[] o2)-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
字段详细资料
-
INSTANCE
public static final RowVersionComparator INSTANCE
-
-
方法详细资料
-
compare
public int compare(byte[] o1, byte[] o2)- 指定者:
compare在接口中Comparator<byte[]>
-
-