public abstract class AbstractBigIntKeyIncrementer extends AbstractKeyIncrementer
PrimaryKeyIncrementer.KeyType
Constructor and Description |
---|
AbstractBigIntKeyIncrementer() |
Modifier and Type | Method and Description |
---|---|
int |
getKeyLength()
Gets the key length.
|
PrimaryKeyIncrementer.KeyType |
getKeyType()
Gets the key type.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
stringValue(java.lang.Object key)
String value.
|
java.lang.Object |
valueOf(java.lang.String key)
Value of.
|
createDataFieldMaxValueIncrementer, getSupportedDatabaseTypes, nextKey, supportsDatabases
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
destroy, initialize
public PrimaryKeyIncrementer.KeyType getKeyType()
PrimaryKeyIncrementer
public java.lang.Object valueOf(java.lang.String key)
PrimaryKeyIncrementer
key
- the keypublic java.lang.String stringValue(java.lang.Object key)
PrimaryKeyIncrementer
key
- the keypublic int getKeyLength()
PrimaryKeyIncrementer
public java.lang.String getName()
PrimaryKeyIncrementer