public class ContentDbSchemaManager extends Object implements SchemaManager
| Modifier and Type | Field and Description |
|---|---|
static String |
LIQUIBASE_CHANGELOG |
| Constructor and Description |
|---|
ContentDbSchemaManager() |
| Modifier and Type | Method and Description |
|---|---|
protected static liquibase.Liquibase |
createLiquibaseInstance(ContentEngineConfiguration configuration) |
void |
initSchema(ContentEngineConfiguration configuration,
String databaseSchemaUpdate) |
void |
schemaCheckVersion() |
void |
schemaCreate() |
void |
schemaDrop() |
String |
schemaUpdate() |
public static String LIQUIBASE_CHANGELOG
public void schemaCreate()
schemaCreate in interface SchemaManagerpublic void schemaDrop()
schemaDrop in interface SchemaManagerpublic String schemaUpdate()
schemaUpdate in interface SchemaManagerprotected static liquibase.Liquibase createLiquibaseInstance(ContentEngineConfiguration configuration)
public void initSchema(ContentEngineConfiguration configuration, String databaseSchemaUpdate)
public void schemaCheckVersion()
schemaCheckVersion in interface SchemaManagerCopyright © 2019 Flowable. All rights reserved.