public abstract class AbstractBaselineCallback extends AbstractCallback
| Constructor and Description |
|---|
AbstractBaselineCallback(AbstractInitialSetupMigration initialSetupMigration)
Instantiates a new abstract baseline callback.
|
| Modifier and Type | Method and Description |
|---|---|
List<SqlCommand> |
createHibernateSequence() |
List<SqlCommand> |
createSkipperTables() |
List<SqlCommand> |
createStateMachineTables() |
List<SqlCommand> |
getCommands(org.flywaydb.core.api.callback.Event event,
org.flywaydb.core.api.callback.Context context)
Gets the commands.
|
canHandleInTransaction, handle, supportspublic AbstractBaselineCallback(AbstractInitialSetupMigration initialSetupMigration)
initialSetupMigration - the initial setup migrationpublic List<SqlCommand> getCommands(org.flywaydb.core.api.callback.Event event, org.flywaydb.core.api.callback.Context context)
AbstractCallbackgetCommands in class AbstractCallbackevent - the eventcontext - the contextpublic List<SqlCommand> createHibernateSequence()
public List<SqlCommand> createSkipperTables()
public List<SqlCommand> createStateMachineTables()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.