Package io.higson.runtime.hilo
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.
Abstraction for retrieving the next value from a named sequence — used by
HiLoSequenceGenerator
to allocate id buffers.-
Method Summary
-
Method Details
-
getUniqueId
- Parameters:
sequenceName- sequence to query- Returns:
- next sequence value
-