Class DataObjectSchemaDefinitionLiquibaseBasedSchemaManager
- java.lang.Object
-
- org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
-
- com.flowable.dataobject.engine.impl.repository.DataObjectSchemaDefinitionLiquibaseBasedSchemaManager
-
- All Implemented Interfaces:
org.flowable.common.engine.impl.db.SchemaManager
public class DataObjectSchemaDefinitionLiquibaseBasedSchemaManager extends org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected liquibase.resource.ResourceAccessor
resourceAccessor
-
Constructor Summary
Constructors Constructor Description DataObjectSchemaDefinitionLiquibaseBasedSchemaManager(java.lang.String context, java.lang.String changeLogFile, java.lang.String changeLogPrefix, liquibase.resource.ResourceAccessor resourceAccessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected liquibase.Liquibase
createLiquibaseInstance(org.flowable.common.engine.impl.db.LiquibaseDatabaseConfiguration databaseConfiguration)
protected org.flowable.common.engine.impl.db.LiquibaseDatabaseConfiguration
getDatabaseConfiguration()
void
rollback()
-
-
-
Method Detail
-
rollback
public void rollback()
-
getDatabaseConfiguration
protected org.flowable.common.engine.impl.db.LiquibaseDatabaseConfiguration getDatabaseConfiguration()
- Specified by:
getDatabaseConfiguration
in classorg.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
-
createLiquibaseInstance
protected liquibase.Liquibase createLiquibaseInstance(org.flowable.common.engine.impl.db.LiquibaseDatabaseConfiguration databaseConfiguration) throws java.sql.SQLException
- Overrides:
createLiquibaseInstance
in classorg.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
- Throws:
java.sql.SQLException
-
-