public static class PrimaryKeyIncrementerFactory.KeyIncrementerThreadLocal extends java.lang.ThreadLocal<PrimaryKeyIncrementer>
Constructor and Description |
---|
KeyIncrementerThreadLocal() |
Modifier and Type | Method and Description |
---|---|
PrimaryKeyIncrementer |
get() |
protected PrimaryKeyIncrementer |
initialValue() |
protected PrimaryKeyIncrementer initialValue()
initialValue
in class java.lang.ThreadLocal<PrimaryKeyIncrementer>
public PrimaryKeyIncrementer get()
get
in class java.lang.ThreadLocal<PrimaryKeyIncrementer>