|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
| Generator | Generator is the interface for various generators. |
| KeyGeneratorFactory | Interface to be implemented by all key generator factories. |
| SchemaFactory | The SchemaFactory handles the creation for various schema objects. |
| TypeMapper | Interface associates JDBC type to TypeInfo. |
| Class Summary | |
| 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. |
| AbstractTypeMapper | AbstractTypeMapper is the base class for mapping JDBC supported type and RDBMS data type. |
| Configuration | Handle the configuration for DDL generator including load configuration files, manage configuration values. |
| DDLGenConfiguration | Handle the configuration for DDL generator. |
| GeneratorFactory | This class handles the creation for various databse generators. |
| GeneratorRegistry | Registry for Generator implementations obtained from the configuration. |
| KeyGeneratorRegistry | Registry for key generator factory implementations obtained from the configuration. |
| Main | Main Program. |
| MappingHelper | This class handles all common tasks for manipulating Mapping document. |
| Exception Summary | |
| GeneratorException | GeneratorException, base class for all DDL generator exception. |
| KeyNotFoundException | Configuration Key does not find exception. |
| TypeNotFoundException | Type not found exception. |
| WrongFormatException | Wrong format exception. |
This package contains functional classes, exceptions and Main class for DDL generator.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||