com.liferay.portal.upgrade.util
Class DefaultUpgradeTableFactoryImpl

java.lang.Object
  extended by com.liferay.portal.upgrade.util.DefaultUpgradeTableFactoryImpl
All Implemented Interfaces:
com.liferay.portal.kernel.upgrade.util.UpgradeTableFactory

public class DefaultUpgradeTableFactoryImpl
extends java.lang.Object
implements com.liferay.portal.kernel.upgrade.util.UpgradeTableFactory

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
DefaultUpgradeTableFactoryImpl()
           
 
Method Summary
 com.liferay.portal.kernel.upgrade.util.UpgradeTable getUpgradeTable(java.lang.String tableName, java.lang.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
 

Constructor Detail

DefaultUpgradeTableFactoryImpl

public DefaultUpgradeTableFactoryImpl()
Method Detail

getUpgradeTable

public com.liferay.portal.kernel.upgrade.util.UpgradeTable getUpgradeTable(java.lang.String tableName,
                                                                           java.lang.Object[][] columns,
                                                                           com.liferay.portal.kernel.upgrade.util.UpgradeColumn... upgradeColumns)
Specified by:
getUpgradeTable in interface com.liferay.portal.kernel.upgrade.util.UpgradeTableFactory