|
|||||||||
| 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
Factory class for SEQUENCE key generators for Oracle.
| Constructor Summary | |
OracleSequenceKeyGeneratorFactory()
|
|
| Method Summary | |
java.lang.String |
toCreateDDL(KeyGenerator key)
Generate create script for given SEQUENCE key generator. |
java.lang.String |
toDropDDL(KeyGenerator key)
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 java.lang.String toCreateDDL(KeyGenerator key)
toCreateDDL in class SequenceKeyGeneratorFactorykey - SEQUENCE key generator to generate DDL for.
public java.lang.String toDropDDL(KeyGenerator key)
toDropDDL in class SequenceKeyGeneratorFactorykey - SEQUENCE key generator to generate DDL for.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||