Class PrefixedUuidGenerator

  • All Implemented Interfaces:
    IdGenerator

    public class PrefixedUuidGenerator
    extends java.lang.Object
    implements IdGenerator
    • Constructor Summary

      Constructors 
      Constructor Description
      PrefixedUuidGenerator​(java.lang.String applicationName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNextId()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrefixedUuidGenerator

        public PrefixedUuidGenerator​(java.lang.String applicationName)
    • Method Detail

      • getNextId

        public java.lang.String getNextId()
        Specified by:
        getNextId in interface IdGenerator