Liferay 6.0.5

com.liferay.portal.upgrade.util
Class DefaultUpgradeTableFactoryImpl

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

public class DefaultUpgradeTableFactoryImpl
extends Object
implements UpgradeTableFactory


Constructor Summary
DefaultUpgradeTableFactoryImpl()
           
 
Method Summary
 UpgradeTable getUpgradeTable(String tableName, Object[][] columns, 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 UpgradeTable getUpgradeTable(String tableName,
                                    Object[][] columns,
                                    UpgradeColumn... upgradeColumns)
Specified by:
getUpgradeTable in interface UpgradeTableFactory

Liferay 6.0.5