Class StringKeyConvertor.ULongKey

    • Constructor Detail

      • ULongKey

        public ULongKey()
    • Method Detail

      • yieldNewUniqueKey

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