public class EventDbSchemaManager extends LiquibaseBasedSchemaManager
| Modifier and Type | Field and Description |
|---|---|
static String |
LIQUIBASE_CHANGELOG |
changeLogFile, changeLogPrefix, context, LIQUIBASE_SCOPE_VALUES, logger| Constructor and Description |
|---|
EventDbSchemaManager() |
| Modifier and Type | Method and Description |
|---|---|
protected SchemaManager |
getCommonSchemaManager() |
protected LiquibaseDatabaseConfiguration |
getDatabaseConfiguration() |
void |
initSchema(EventRegistryEngineConfiguration eventRegistryConfiguration) |
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(EventRegistryEngineConfiguration eventRegistryConfiguration)
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.