public abstract class AbstractConfigurationObfuscationUpgradeTask extends Object implements DatabaseUpgradeTask
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
connection |
protected DatabaseType |
databaseType |
| Constructor and Description |
|---|
AbstractConfigurationObfuscationUpgradeTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DatabaseType type,
Connection connection) |
protected abstract Map<Integer,Integer> |
getConfigurationIdConfigurationDefinitionIdPairs()
Based on the entity type that the subclass handles, this method will return the pairs
of configuration id and the corresponding configuration definition id for each of the
entities that the subclass handles.
|
protected abstract String |
getEntityTypeDescription() |
protected Connection connection
protected DatabaseType databaseType
public AbstractConfigurationObfuscationUpgradeTask()
protected abstract Map<Integer,Integer> getConfigurationIdConfigurationDefinitionIdPairs() throws SQLException
SQLExceptionprotected abstract String getEntityTypeDescription()
public void execute(DatabaseType type, Connection connection) throws SQLException
execute in interface DatabaseUpgradeTaskSQLExceptionCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.