|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.castor.ddlgen.keygenerator.SequenceKeyGeneratorFactory
org.castor.ddlgen.engine.hsql.HsqlSequenceKeyGeneratorFactory
public final class HsqlSequenceKeyGeneratorFactory
Factory class for SEQUENCE key generators for HSQL.
Constructor Summary | |
---|---|
HsqlSequenceKeyGeneratorFactory()
|
Method Summary | |
---|---|
void |
toCreateDDL(KeyGenerator key,
DDLWriter writer)
Generate create script for given SEQUENCE key generator. |
void |
toDropDDL(KeyGenerator key,
DDLWriter writer)
Generate drop script for given SEQUENCE key generator. |
Methods inherited from class org.castor.ddlgen.keygenerator.SequenceKeyGeneratorFactory |
---|
createKeyGenerator, createKeyGenerator, getAlgorithmName, hasMandatoryParameters, toPrimaryKeyList, toPrimaryKeyTypeList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HsqlSequenceKeyGeneratorFactory()
Method Detail |
---|
public void toCreateDDL(KeyGenerator key, DDLWriter writer)
toCreateDDL
in class SequenceKeyGeneratorFactory
key
- SEQUENCE key generator to generate DDL for.writer
- DDLWriter to write schema objects to.public void toDropDDL(KeyGenerator key, DDLWriter writer)
toDropDDL
in class SequenceKeyGeneratorFactory
key
- SEQUENCE key generator to generate DDL for.writer
- DDLWriter to write schema objects to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |