public abstract class BasePerformDataObjectSchemaDefinitionLiquibaseCommandCmd extends Object implements Command<Void>
Modifier and Type | Field and Description |
---|---|
static int |
CHANGELOG_PREFIX_MAX_LENGTH
The max allowed length for the changelog prefix.
|
protected String |
dataObjectSchemaDefinitionId |
Constructor and Description |
---|
BasePerformDataObjectSchemaDefinitionLiquibaseCommandCmd(String dataObjectSchemaDefinitionId) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(CommandContext commandContext) |
protected abstract void |
executeLiquibaseCommand(DataObjectSchemaDefinitionLiquibaseBasedSchemaManager schemaManager) |
protected String |
extractChangeLogPrefix(String key) |
public static final int CHANGELOG_PREFIX_MAX_LENGTH
protected final String dataObjectSchemaDefinitionId
public BasePerformDataObjectSchemaDefinitionLiquibaseCommandCmd(String dataObjectSchemaDefinitionId)
public Void execute(CommandContext commandContext)
protected abstract void executeLiquibaseCommand(DataObjectSchemaDefinitionLiquibaseBasedSchemaManager schemaManager)