Interface IdentifierDao

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IdentifierDao
Abstraction for retrieving the next value from a named sequence — used by HiLoSequenceGenerator to allocate id buffers.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getUniqueId(String sequenceName)
     
  • Method Details

    • getUniqueId

      long getUniqueId(String sequenceName)
      Parameters:
      sequenceName - sequence to query
      Returns:
      next sequence value