public abstract class AbstractMigrationStep extends Object implements MigrationStep
| Constructor and Description |
|---|
AbstractMigrationStep() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doExecute(MigrationContext migrationContext) |
void |
execute(MigrationContext migrationContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbasicSummaryCheck, getDescription, getName, getSteppublic void execute(MigrationContext migrationContext)
execute in interface MigrationStepprotected abstract void doExecute(MigrationContext migrationContext)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.