@FunctionalInterface public interface IdentifierDao
| Modifier and Type | Method and Description |
|---|---|
long |
getUniqueId(String region)
Retrieves next sequence value using region param as sequence name
|
long getUniqueId(String region)
region - sequence nameCopyright © 2021. All rights reserved.