public class FormDbSchemaManager extends LiquibaseBasedSchemaManager
| Modifier and Type | Field and Description |
|---|---|
static String |
LIQUIBASE_CHANGELOG |
changeLogFile, changeLogPrefix, context, LIQUIBASE_SCOPE_VALUES, logger| Constructor and Description |
|---|
FormDbSchemaManager() |
| Modifier and Type | Method and Description |
|---|---|
protected SchemaManager |
getCommonSchemaManager() |
protected LiquibaseDatabaseConfiguration |
getDatabaseConfiguration() |
void |
initSchema(FormEngineConfiguration formEngineConfiguration) |
void |
schemaCreate() |
void |
schemaDrop() |
String |
schemaUpdate() |
closeDatabase, createLiquibaseInstance, initSchema, runForLiquibase, schemaCheckVersionpublic static final String LIQUIBASE_CHANGELOG
protected LiquibaseDatabaseConfiguration getDatabaseConfiguration()
getDatabaseConfiguration in class LiquibaseBasedSchemaManagerpublic void initSchema(FormEngineConfiguration formEngineConfiguration)
public void schemaCreate()
schemaCreate in interface SchemaManagerschemaCreate in class LiquibaseBasedSchemaManagerpublic void schemaDrop()
schemaDrop in interface SchemaManagerschemaDrop in class LiquibaseBasedSchemaManagerpublic String schemaUpdate()
schemaUpdate in interface SchemaManagerschemaUpdate in class LiquibaseBasedSchemaManagerprotected SchemaManager getCommonSchemaManager()
Copyright © 2021 Flowable. All rights reserved.