Class RenameMapping

java.lang.Object
com.querydsl.sql.codegen.support.RenameMapping
All Implemented Interfaces:
Mapping

public class RenameMapping extends Object implements Mapping
RenameMapping overrides schemas, tables, columns and combinations of the three.
Author:
tiwe
  • Constructor Details

    • RenameMapping

      public RenameMapping()
  • Method Details

    • apply

      public void apply(Configuration configuration)
      Description copied from interface: Mapping
      Apply the customization to the passed in configuration.
      Specified by:
      apply in interface Mapping
      Parameters:
      configuration - the configuration to apply the customization to
    • getFromSchema

      public String getFromSchema()
    • setFromSchema

      public void setFromSchema(String fromSchema)
    • getFromTable

      public String getFromTable()
    • setFromTable

      public void setFromTable(String fromTable)
    • getFromColumn

      public String getFromColumn()
    • setFromColumn

      public void setFromColumn(String fromColumn)
    • getToSchema

      public String getToSchema()
    • setToSchema

      public void setToSchema(String toSchema)
    • getToTable

      public String getToTable()
    • setToTable

      public void setToTable(String toTable)
    • getToColumn

      public String getToColumn()
    • setToColumn

      public void setToColumn(String toColumn)