Interface IdGenerator

All Known Implementing Classes:
PersistentUuidGenerator

public interface IdGenerator
Id generator to be used in case user is not providing an optional id
  • Method Summary

    Modifier and Type
    Method
    Description
    Generate a random id
  • Method Details

    • generate

      String generate()
      Generate a random id
      Returns:
      the generated id