com.liferay.portal.upgrade.util
Class DefaultUpgradeTableFactoryImpl
java.lang.Object
com.liferay.portal.upgrade.util.DefaultUpgradeTableFactoryImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.upgrade.util.UpgradeTableFactory
public class DefaultUpgradeTableFactoryImpl
- extends Object
- implements com.liferay.portal.kernel.upgrade.util.UpgradeTableFactory
|
Method Summary |
com.liferay.portal.kernel.upgrade.util.UpgradeTable |
getUpgradeTable(String tableName,
Object[][] columns,
com.liferay.portal.kernel.upgrade.util.UpgradeColumn... upgradeColumns)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultUpgradeTableFactoryImpl
public DefaultUpgradeTableFactoryImpl()
getUpgradeTable
public com.liferay.portal.kernel.upgrade.util.UpgradeTable getUpgradeTable(String tableName,
Object[][] columns,
com.liferay.portal.kernel.upgrade.util.UpgradeColumn... upgradeColumns)
- Specified by:
getUpgradeTable in interface com.liferay.portal.kernel.upgrade.util.UpgradeTableFactory