Interface JSONStorageUpgradeStepFactory


@ProviderType public interface JSONStorageUpgradeStepFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    com.liferay.portal.kernel.upgrade.UpgradeStep
    createUpgradeStep(Class<?> modelClass, String tableName, String primaryKeyName, String jsonColumnName)
     
  • Method Details

    • createUpgradeStep

      com.liferay.portal.kernel.upgrade.UpgradeStep createUpgradeStep(Class<?> modelClass, String tableName, String primaryKeyName, String jsonColumnName)