public abstract class AbstractDbOperationMigrator extends AbstractApplicationModelMigrationStep implements ExpressionMigratorAware
| Modifier and Type | Field and Description |
|---|---|
protected static org.jdom2.Namespace |
DB_NAMESPACE |
protected static String |
DB_NAMESPACE_URI |
namespacesContribution| Constructor and Description |
|---|
AbstractDbOperationMigrator() |
| Modifier and Type | Method and Description |
|---|---|
ExpressionMigrator |
getExpressionMigrator() |
protected void |
migrateBulkInputParams(org.jdom2.Element object) |
protected void |
migrateInputParams(org.jdom2.Element object) |
protected void |
migrateInputParamTypes(org.jdom2.Element object) |
protected void |
migrateSql(org.jdom2.Element object) |
void |
setExpressionMigrator(ExpressionMigrator expressionMigrator) |
getApplicationModel, getAppliedTo, getDescription, getNamespacesContributions, setApplicationModel, setAppliedTo, setNamespacesContributionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteprotected static final String DB_NAMESPACE_URI
protected static final org.jdom2.Namespace DB_NAMESPACE
protected void migrateInputParamTypes(org.jdom2.Element object)
protected void migrateInputParams(org.jdom2.Element object)
protected void migrateBulkInputParams(org.jdom2.Element object)
protected void migrateSql(org.jdom2.Element object)
public void setExpressionMigrator(ExpressionMigrator expressionMigrator)
setExpressionMigrator in interface ExpressionMigratorAwarepublic ExpressionMigrator getExpressionMigrator()
getExpressionMigrator in interface ExpressionMigratorAwareCopyright © 2018 MuleSoft Inc. All rights reserved.