Interface FlakeIdService
-
- All Implemented Interfaces:
public interface FlakeIdService- Since:
2022-03-20
trydofor
-
-
Method Summary
Modifier and Type Method Description longgetId(@NotNull() LightIdAware table)Get FlackId by Table name. abstract longgetId(@NotNull() String name)Get FlackId by name, may be case-insensitive, all lowercase is recommended. -
-
Method Detail
-
getId
long getId(@NotNull() LightIdAware table)
Get FlackId by Table name. eg. in Jooq, removing the `Table` suffix at the end and naming it in lowercase_lowercase.
-
-
-
-