public abstract class AbstractInitialSetupMigration extends AbstractMigration
| Constructor and Description |
|---|
AbstractInitialSetupMigration(List<SqlCommand> commands)
Instantiates a new abstract initial setup migration.
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<SqlCommand> |
createHibernateSequence()
Creates the hibernate sequence.
|
abstract List<SqlCommand> |
createSkipperTables()
Creates the skipper tables.
|
abstract List<SqlCommand> |
createStateMachineTables()
Creates the state machine tables.
|
List<SqlCommand> |
getCommands()
Gets the commands.
|
migratepublic AbstractInitialSetupMigration(List<SqlCommand> commands)
commands - the default commandspublic List<SqlCommand> getCommands()
AbstractMigrationgetCommands in class AbstractMigrationpublic abstract List<SqlCommand> createHibernateSequence()
public abstract List<SqlCommand> createSkipperTables()
public abstract List<SqlCommand> createStateMachineTables()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.