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(DataSource 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(DataSource datasource, MetamodelImpl metamodel, DDLMode ddlMode) throws org.batoo.common.BatooException
datasource - the datasourcemetamodel - the metamodelddlMode - the DDL Modeorg.batoo.common.BatooException - thrown in case of an underlying exceptionpublic Void perform(EntityTypeImpl<?> type) throws org.batoo.common.BatooException
perform in class DeploymentManager<EntityTypeImpl<?>>type - the type to perform fororg.batoo.common.BatooException - thrown in case of underlying errorCopyright © 2012 Batoo Software & Consultancy. All Rights Reserved.