Package com.flowable.idm.engine.impl.db
Class IdmDbSchemaManager
- java.lang.Object
-
- org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
-
- com.flowable.idm.engine.impl.db.IdmDbSchemaManager
-
- All Implemented Interfaces:
SchemaManager
public class IdmDbSchemaManager extends LiquibaseBasedSchemaManager
-
-
Field Summary
Fields Modifier and Type Field Description static String
LIQUIBASE_CHANGELOG
-
Fields inherited from class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
changeLogFile, changeLogPrefix, context, LIQUIBASE_SCOPE_VALUES, logger
-
-
Constructor Summary
Constructors Constructor Description IdmDbSchemaManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LiquibaseDatabaseConfiguration
getDatabaseConfiguration()
void
initSchema()
-
Methods inherited from class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
closeDatabase, createLiquibaseInstance, initSchema, runForLiquibase, schemaCheckVersion, schemaCreate, schemaDrop, schemaUpdate
-
-
-
-
Field Detail
-
LIQUIBASE_CHANGELOG
public static final String LIQUIBASE_CHANGELOG
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDatabaseConfiguration
protected LiquibaseDatabaseConfiguration getDatabaseConfiguration()
- Specified by:
getDatabaseConfiguration
in classLiquibaseBasedSchemaManager
-
initSchema
public void initSchema()
-
-