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.derby |
This package contains final classes to create DDL for Derby.
|
org.castor.ddlgen.engine.hsql |
This package contains final classes to create DDL for Hsql.
|
org.castor.ddlgen.engine.mssql |
This package contains final classes to create DDL for Microsoft SQL Server.
|
org.castor.ddlgen.engine.mysql |
This package contains final classes to create DDL for MySQL.
|
org.castor.ddlgen.engine.oracle |
This package contains final classes to create DDL for Oracle.
|
org.castor.ddlgen.engine.pointbase |
This package contains final classes to create DDL for PointBase.
|
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.engine.sybase |
This package contains final classes to create DDL for Sybase.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGenerator
AbstractGenerator is the base class for various DDL generator of specific DB and
handles following tasks:
Extract information from Mapping to Schema
Loop through the schema and provide a skeleton for DDL creation
AbstractGenerator will automatically extract necessary information for DDL
creation.
|
Modifier and Type | Method and Description |
---|---|
static Generator |
GeneratorFactory.createDDLGenerator(String engine,
String globalConf,
String specificConf)
Create DDL Generator for specified database engine with given global and specific
configurations.
|
Generator |
GeneratorRegistry.getGenerator(String engine)
Returns generator with given engine name or null if there is no such generator.
|
Modifier and Type | Method and Description |
---|---|
Collection<Generator> |
GeneratorRegistry.getGenerators()
Returns a collection of the current configured generators.
|
Modifier and Type | Class and Description |
---|---|
class |
Db2Generator
Generator for DB2.
|
Modifier and Type | Class and Description |
---|---|
class |
DerbyGenerator
Generator for Derby.
|
Modifier and Type | Class and Description |
---|---|
class |
HsqlGenerator
Generator for HSQL.
|
Modifier and Type | Class and Description |
---|---|
class |
MssqlGenerator
Generator for Microsoft SQL server.
|
Modifier and Type | Class and Description |
---|---|
class |
MysqlGenerator
Generator for MySQL.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleGenerator
Generator for Oracle.
|
Modifier and Type | Class and Description |
---|---|
class |
PointBaseGenerator
Generator for PointBase.
|
Modifier and Type | Class and Description |
---|---|
class |
PostgresqlGenerator
Generator for PostgreSQL.
|
Modifier and Type | Class and Description |
---|---|
class |
SapdbGenerator
Generator for SapDB.
|
Modifier and Type | Class and Description |
---|---|
class |
SybaseGenerator
Generator for Sybase.
|
Copyright © 2018. All rights reserved.