|
||||||||
| 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.oracle.OracleSequenceKeyGeneratorFactory
public final class OracleSequenceKeyGeneratorFactory
Factory class for SEQUENCE key generators for Oracle.
| Constructor Summary | |
|---|---|
OracleSequenceKeyGeneratorFactory()
|
|
| 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 OracleSequenceKeyGeneratorFactory()
| Method Detail |
|---|
public void toCreateDDL(KeyGenerator key,
DDLWriter writer)
toCreateDDL in class SequenceKeyGeneratorFactorykey - SEQUENCE key generator to generate DDL for.writer - DDLWriter to write schema objects to.
public void toDropDDL(KeyGenerator key,
DDLWriter writer)
toDropDDL in class SequenceKeyGeneratorFactorykey - 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 | |||||||