Interface SequenceManager

  • All Known Implementing Classes:
    SequenceManagerImpl

    public interface SequenceManager
    Author:
    Baptiste Mesta, Matthieu Chaffotte
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void clear()
      clear all in memory sequence
      void clear​(long tenantId)
      clear in memory sequence for only one tenant
      void close()  
      long getNextId​(java.lang.String entityName, long tenantId)  
      void reset()