Class IdGenerator.SequenceUuidIdGenerator

  • All Implemented Interfaces:
    IdGenerator
    Enclosing interface:
    IdGenerator

    public static final class IdGenerator.SequenceUuidIdGenerator
    extends Object
    implements IdGenerator
    Default implementation of the IdGenerator that will output some ids based on the following pattern : <uuid> + '-' + an incrementing sequence.
    • Method Detail

      • generate

        public String generate()
        Description copied from interface: IdGenerator
        Returns a new globally unique identifier.
        Specified by:
        generate in interface IdGenerator
        Returns:
        a new globally unique identifier.