Class StringKeyConvertor.UUIDKey

    • Constructor Detail

      • UUIDKey

        public UUIDKey()
    • Method Detail

      • yieldNewUniqueKey

        public UUID yieldNewUniqueKey()
        Description copied from interface: StringKeyConvertor
        Returns a new unique primary key for the storage that this StringKeyConvertor belongs to. The uniqueness needs to be guaranteed by e.g. using database sequences or using a random value that is proved sufficiently improbable to be repeated.
        Specified by:
        yieldNewUniqueKey in interface StringKeyConvertor<UUID>
        Returns: