Class SequenceManagerImpl

  • All Implemented Interfaces:
    SequenceManager

    public class SequenceManagerImpl
    extends java.lang.Object
    implements SequenceManager
    Author:
    Charles Souillard, Matthieu Chaffotte, Baptiste Mesta
    • Method Summary

      All Methods Instance Methods Concrete 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait