public final class GeneratorFactory extends Object
Modifier and Type | Method and Description |
---|---|
static Generator |
createDDLGenerator(String engine,
String globalConf,
String specificConf)
Create DDL Generator for specified database engine with given global and specific
configurations.
|
public static Generator createDDLGenerator(String engine, String globalConf, String specificConf) throws GeneratorException
engine
- Database engine.globalConf
- Global configuration file.specificConf
- Specific configuration file for database engine.GeneratorException
- If database engine has not been specified or no
generator is available for the database engine.Copyright © 2016. All rights reserved.