Interface SequenceManager

All Known Implementing Classes:
SequenceManagerImpl

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

    Modifier and Type
    Method
    Description
    void
    clear all in memory sequence
    void
    clear(long tenantId)
    clear in memory sequence for only one tenant
    void
     
    long
    getNextId(String entityName, long tenantId)
     
    void