Class RowVersionComparator

java.lang.Object
org.hibernate.internal.util.compare.RowVersionComparator
All Implemented Interfaces:
Comparator<byte[]>

public final class RowVersionComparator extends Object implements Comparator<byte[]>
  • Field Details

  • Method Details

    • compare

      public int compare(byte[] o1, byte[] o2)
      Specified by:
      compare in interface Comparator<byte[]>