public abstract class AbstractBaselineCallback
extends org.springframework.cloud.dataflow.common.flyway.AbstractCallback
Constructor and Description |
---|
AbstractBaselineCallback(AbstractInitialSetupMigration initialSetupMigration)
Instantiates a new abstract baseline callback.
|
Modifier and Type | Method and Description |
---|---|
List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> |
createHibernateSequence() |
List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> |
createSkipperTables() |
List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> |
createStateMachineTables() |
List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> |
getCommands(org.flywaydb.core.api.callback.Event event,
org.flywaydb.core.api.callback.Context context) |
public AbstractBaselineCallback(AbstractInitialSetupMigration initialSetupMigration)
initialSetupMigration
- the initial setup migrationpublic List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> getCommands(org.flywaydb.core.api.callback.Event event, org.flywaydb.core.api.callback.Context context)
getCommands
in class org.springframework.cloud.dataflow.common.flyway.AbstractCallback
public List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> createHibernateSequence()
public List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> createSkipperTables()
public List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> createStateMachineTables()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.