Class StringKeyConvertor.StringKey

    • Constructor Detail

      • StringKey

        public StringKey()
    • Method Detail

      • yieldNewUniqueKey

        public String 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<String>
        Returns: