@Component(value="cuba_NumberIdCache")
public class NumberIdCache
extends java.lang.Object
cuba.numberIdCacheSize app property.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
NumberIdCache() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
createLongId(java.lang.String entityName,
NumberIdSequence sequence)
Generates next id.
|
void |
reset()
INTERNAL.
|
public static final java.lang.String NAME
public java.lang.Long createLongId(java.lang.String entityName,
NumberIdSequence sequence)
entityName - entity namesequence - sequence providerpublic void reset()