Class DeploymentRow

java.lang.Object
de.hybris.bootstrap.ddl.tools.persistenceinfo.DeploymentRow

public class DeploymentRow extends Object
  • Constructor Details

  • Method Details

    • getColumnValue

      public Object getColumnValue(String columnName)
    • getColumns

      public Set<String> getColumns()
    • withChangedTypeSystem

      public DeploymentRow withChangedTypeSystem(String typeSystemName)
    • withChangedTableName

      public DeploymentRow withChangedTableName(String tableName)
    • withChangedPropsTableName

      public DeploymentRow withChangedPropsTableName(String propsTableName)
    • isTypeSystemRelated

      public boolean isTypeSystemRelated()
    • getTableName

      public String getTableName()
    • getPropsTableName

      public String getPropsTableName()