public class DataObjectSchemaDefinitionLiquibaseBasedSchemaManager
extends org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
| Modifier and Type | Field and Description |
|---|---|
protected liquibase.resource.ResourceAccessor |
resourceAccessor |
| Constructor and Description |
|---|
DataObjectSchemaDefinitionLiquibaseBasedSchemaManager(String context,
String changeLogFile,
String changeLogPrefix,
liquibase.resource.ResourceAccessor resourceAccessor) |
| Modifier and Type | Method and Description |
|---|---|
protected liquibase.Liquibase |
createLiquibaseInstance(org.flowable.common.engine.impl.db.LiquibaseDatabaseConfiguration databaseConfiguration) |
protected org.flowable.common.engine.impl.db.LiquibaseDatabaseConfiguration |
getDatabaseConfiguration() |
void |
rollback() |
public void rollback()
protected org.flowable.common.engine.impl.db.LiquibaseDatabaseConfiguration getDatabaseConfiguration()
getDatabaseConfiguration in class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManagerprotected liquibase.Liquibase createLiquibaseInstance(org.flowable.common.engine.impl.db.LiquibaseDatabaseConfiguration databaseConfiguration)
throws SQLException
createLiquibaseInstance in class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManagerSQLExceptionCopyright © 2019. All rights reserved.