Package | Description |
---|---|
org.castor.ddlgen |
This package contains functional classes, exceptions and Main class for
DDL generator.
|
org.castor.ddlgen.engine.db2 |
This package contains final classes to create DDL for DB2.
|
org.castor.ddlgen.engine.hsql |
This package contains final classes to create DDL for Hsql.
|
org.castor.ddlgen.engine.oracle |
This package contains final classes to create DDL for Oracle.
|
org.castor.ddlgen.engine.postgresql |
This package contains final classes to create DDL for PostgreSQL.
|
org.castor.ddlgen.engine.sapdb |
This package contains final classes to create DDL for SapDB.
|
org.castor.ddlgen.keygenerator |
This package contains various various key generator implementations as well as
factory classes for all of the key generators.
|
Modifier and Type | Method and Description |
---|---|
KeyGeneratorFactory |
KeyGeneratorRegistry.getKeyGeneratorFactory(String algorithm)
Returns key generator factory with given algorithm.
|
Modifier and Type | Method and Description |
---|---|
Collection<KeyGeneratorFactory> |
KeyGeneratorRegistry.getKeyGeneratorFactories()
Returns a collection of the current configured key generator factories.
|
Modifier and Type | Class and Description |
---|---|
class |
Db2SequenceKeyGeneratorFactory
Factory class for SEQUENCE key generators for DB2.
|
Modifier and Type | Class and Description |
---|---|
class |
HsqlSequenceKeyGeneratorFactory
Factory class for SEQUENCE key generators for HSQL.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleSequenceKeyGeneratorFactory
Factory class for SEQUENCE key generators for Oracle.
|
Modifier and Type | Class and Description |
---|---|
class |
PostgresqlSequenceKeyGeneratorFactory
Factory class for SEQUENCE key generators for PostgreSQL.
|
Modifier and Type | Class and Description |
---|---|
class |
SapdbSequenceKeyGeneratorFactory
Factory class for SEQUENCE key generators for SapDB.
|
Modifier and Type | Class and Description |
---|---|
class |
HighLowKeyGeneratorFactory
Factory class for HIGH-LOW key generators.
|
class |
IdentityKeyGeneratorFactory
Factory class for IDENTITY key generators.
|
class |
MaxKeyGeneratorFactory
Factory class for MAX key generators.
|
class |
SequenceKeyGeneratorFactory
Abstract base class for SEQUENCE key generator factories.
|
class |
UUIDKeyGeneratorFactory
Factory class for UUID key generators.
|
Copyright © 2013. All rights reserved.