SchemaObject
public final class UUIDKeyGenerator extends KeyGenerator
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
ALGORITHM_NAME |
Name of key generator algorithm.
|
HASHFACTOR
Constructor | Description |
---|---|
UUIDKeyGenerator() |
Constructor for default UUID key generator.
|
UUIDKeyGenerator(KeyGeneratorDef definition) |
Constructor for UUID key generator specified by given defintion.
|
Modifier and Type | Method | Description |
---|---|---|
void |
toCreateDDL(DDLWriter writer) |
Build create script for the schema object.
|
void |
toDropDDL(DDLWriter writer) |
Build drop script for the schema object.
|
equals, getConfiguration, getName, setConfiguration, setName
public static final java.lang.String ALGORITHM_NAME
public UUIDKeyGenerator()
public UUIDKeyGenerator(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.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com