Package | Description |
---|---|
com.liferay.portal.kernel.upgrade | |
com.liferay.portal.kernel.upgrade.util |
Modifier and Type | Method and Description |
---|---|
static UpgradeProcess |
UpgradeProcessFactory.addColumns(String tableName,
String... columnDefinitions) |
static UpgradeProcess |
UpgradeProcessFactory.alterColumnName(String tableName,
String oldColumnName,
String newColumnDefinition) |
static UpgradeProcess |
UpgradeProcessFactory.alterColumnType(String tableName,
String columnName,
String newColumnType) |
static UpgradeProcess |
UpgradeProcessFactory.dropColumns(String tableName,
String... columnNames) |
static UpgradeProcess |
UpgradeProcessFactory.dropTables(String... tableNames) |
static UpgradeProcess |
UpgradeProcessFactory.runSQL(String... sqls) |
Modifier and Type | Method and Description |
---|---|
void |
UpgradeProcess.upgrade(UpgradeProcess upgradeProcess) |
Modifier and Type | Class and Description |
---|---|
class |
UpgradeModules |
Modifier and Type | Method and Description |
---|---|
UpgradeProcess |
UpgradeVersionTreeMap.put(Version key,
UpgradeProcess upgradeProcess) |
Modifier and Type | Method and Description |
---|---|
static List<UpgradeProcess> |
UpgradeProcessUtil.initUpgradeProcesses(ClassLoader classLoader,
String[] upgradeProcessClassNames) |
Modifier and Type | Method and Description |
---|---|
void |
UpgradeVersionTreeMap.put(Version key,
UpgradeProcess... upgradeProcesses) |
UpgradeProcess |
UpgradeVersionTreeMap.put(Version key,
UpgradeProcess upgradeProcess) |
Modifier and Type | Method and Description |
---|---|
static boolean |
UpgradeProcessUtil.upgradeProcess(int buildNumber,
List<UpgradeProcess> upgradeProcesses) |