Class UuidV4IdGenerator

  • All Implemented Interfaces:
    PlatformIdGenerator

    public class UuidV4IdGenerator
    extends Object
    implements PlatformIdGenerator
    IdGenerator for java util UUID. This generator generates a 60bit random UUID according to https://tools.ietf.org/html/rfc4122.html#section-4.4 Use this generator if you want truly random UUIDs