类 UUIDHexGenerator

java.lang.Object
cn.nkpro.elcube.utils.UUIDHexGenerator

public class UUIDHexGenerator extends Object
从org.hibernate.id.cn.nkpro.elcube.utils.UUIDHexGenerator.java中搬来 与java.util.UUID生成的uuid的不同:本类生成id有序,java.util.UUID无序 uuid

A UUIDGenerator that returns a string of length 32, This string will consist of only hex digits. Optionally, the string may be generated with separators between each component of the UUID. Mapping parameters supported: separator.
作者:
Gavin King
  • 构造器详细资料

    • UUIDHexGenerator

      public UUIDHexGenerator()
  • 方法详细资料

    • nonceTimestamp

      public static String nonceTimestamp()
    • nonce

      public static String nonce()
    • generate

      public static String generate()