public final class MssqlGenerator extends AbstractGenerator
Modifier and Type | Field and Description |
---|---|
static String |
ENGINE_CONFIG_NAME
Filename of specific configuration for generator.
|
static String |
ENGINE_CONFIG_PATH
Path to specific configuration for generator.
|
static String |
NAME
Name of database engine.
|
GLOBAL_CONFIG_NAME, GLOBAL_CONFIG_PATH
Constructor and Description |
---|
MssqlGenerator(DDLGenConfiguration configuration)
Constructor for MssqlGenerator.
|
Modifier and Type | Method and Description |
---|---|
void |
generateHeader(DDLWriter writer)
Generate header comment.
|
String |
getEngineConfigName()
Get engine configuration file name.
|
String |
getEngineConfigPath()
Get engine configuration file path.
|
String |
getEngineName()
Get engine name.
|
void |
initialize()
Initialize generator.
|
createForeignKeyDDL, createIndex, createSchema, generateCreate, generateDDL, generateDrop, generateForeignKey, generateIndex, generateKeyGenerator, generatePrimaryKey, getConfiguration, getMapping, getMappingHelper, getSchema, getSchemaFactory, getTypeMapper, setKeyGenRegistry, setMapping, setMappingHelper, setSchemaFactory, setTypeMapper
public static final String NAME
public static final String ENGINE_CONFIG_PATH
public static final String ENGINE_CONFIG_NAME
public MssqlGenerator(DDLGenConfiguration configuration)
configuration
- Configuration to use by the generator.public void initialize()
public String getEngineName()
public String getEngineConfigPath()
public String getEngineConfigName()
public void generateHeader(DDLWriter writer)
generateHeader
in class AbstractGenerator
writer
- DDLWriter to write schema objects to.Copyright © 2013. All rights reserved.