public abstract class Migrator extends Object
MigrationManager.register(Migrator).| Modifier and Type | Method and Description |
|---|---|
protected void |
migrateLiveAfter(MigrationContext context) |
protected void |
migrateLiveBefore(MigrationContext context) |
protected void |
migrateNormal(MigrationContext context) |
public Migrator(String name)
protected void migrateLiveBefore(MigrationContext context) throws Exception
Exceptionprotected void migrateNormal(MigrationContext context) throws Exception
Exceptionprotected void migrateLiveAfter(MigrationContext context) throws Exception
ExceptionCopyright © 2018. All rights reserved.