public final class IdentityKeyGenerator extends KeyGenerator
Modifier and Type | Field and Description |
---|---|
static String |
ALGORITHM_NAME
Name of key generator algorithm.
|
HASHFACTOR
Constructor and Description |
---|
IdentityKeyGenerator()
Constructor for default IDENTITY key generator.
|
IdentityKeyGenerator(KeyGeneratorDef definition)
Constructor for IDENTITY key generator specified by given defintion.
|
Modifier and Type | Method and Description |
---|---|
void |
toCreateDDL(DDLWriter writer)
Build create script for the schema object.
|
void |
toDropDDL(DDLWriter writer)
Build drop script for the schema object.
|
equals, getAlias, getTable, hashCode, merge, setAlias, setTable
equals, getConfiguration, getName, setConfiguration, setName
public static final String ALGORITHM_NAME
public IdentityKeyGenerator()
public IdentityKeyGenerator(KeyGeneratorDef definition)
definition
- Key generator definition.public void toCreateDDL(DDLWriter writer)
writer
- DDLWriter to write schema objects to.public void toDropDDL(DDLWriter writer)
writer
- DDLWriter to write schema objects to.Copyright © 2013. All rights reserved.