public class DdlManager extends DeploymentManager<EntityTypeImpl<?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
DdlManager.DdlPhase
The phase of the DDL Operation
|
DeploymentManager.Context| Modifier and Type | Method and Description |
|---|---|
static void |
perform(DataSourceImpl datasource,
MetamodelImpl metamodel,
DDLMode ddlMode)
Performs the DDL operations.
|
Void |
perform(EntityTypeImpl<?> type)
Performs the actual task on the type.
|
getMetamodel, handleException, hasPerformed, perform, performedpublic static void perform(DataSourceImpl datasource, MetamodelImpl metamodel, DDLMode ddlMode) throws BatooException
datasource - the datasourcemetamodel - the metamodelddlMode - the DDL ModeBatooException - thrown in case of an underlying exceptionpublic Void perform(EntityTypeImpl<?> type) throws BatooException
perform in class DeploymentManager<EntityTypeImpl<?>>type - the type to perform forBatooException - thrown in case of underlying errorCopyright © 2012 Batoo Software & Consultancy. All Rights Reserved.