Interface IdGenerator<T>

All Known Implementing Classes:
SchemaIdGenerator

public interface IdGenerator<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
  • Method Details

    • getNextId

      T getNextId()
    • reset

      void reset()