public class PortalUpgradeProcess
extends com.liferay.portal.kernel.upgrade.UpgradeProcess
com.liferay.portal.kernel.upgrade.UpgradeProcess.Alterable, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterColumnName, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterColumnType, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterTableAddColumn, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterTableDropColumn| Constructor and Description |
|---|
PortalUpgradeProcess() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doUpgrade() |
protected static aQute.bnd.version.Version |
getCurrentSchemaVersion(Connection connection) |
static aQute.bnd.version.Version |
getLatestSchemaVersion() |
protected Set<aQute.bnd.version.Version> |
getPendingSchemaVersions(aQute.bnd.version.Version fromSchemaVersion) |
static aQute.bnd.version.Version |
getRequiredSchemaVersion() |
static boolean |
isInLatestSchemaVersion(Connection connection) |
static boolean |
isInRequiredSchemaVersion(Connection connection) |
protected void |
updateSchemaVersion(aQute.bnd.version.Version newSchemaVersion) |
alter, clearIndexesCache, getIndexesSQL, getTableName, getThreshold, increment, increment, increment, isPortal62TableName, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, normalizeName, upgrade, upgrade, upgrade, upgrade, upgradeTable, upgradeTablepublic static aQute.bnd.version.Version getLatestSchemaVersion()
public static aQute.bnd.version.Version getRequiredSchemaVersion()
public static boolean isInLatestSchemaVersion(Connection connection)
throws SQLException
SQLExceptionpublic static boolean isInRequiredSchemaVersion(Connection connection)
throws SQLException
SQLExceptionprotected static aQute.bnd.version.Version getCurrentSchemaVersion(Connection connection)
throws SQLException
SQLExceptionprotected void doUpgrade()
throws Exception
doUpgrade in class com.liferay.portal.kernel.upgrade.UpgradeProcessExceptionprotected Set<aQute.bnd.version.Version> getPendingSchemaVersions(aQute.bnd.version.Version fromSchemaVersion)
protected void updateSchemaVersion(aQute.bnd.version.Version newSchemaVersion)
throws SQLException
SQLException