Class EchoEntityNameProcessor

java.lang.Object
com.atlassian.confluence.upgrade.recovery.EchoEntityNameProcessor
All Implemented Interfaces:
com.atlassian.dbexporter.EntityNameProcessor

public class EchoEntityNameProcessor extends Object implements com.atlassian.dbexporter.EntityNameProcessor
Entity name processor that does not change the entity names.
Since:
5.4
  • Constructor Details

    • EchoEntityNameProcessor

      public EchoEntityNameProcessor()
  • Method Details

    • tableName

      public String tableName(String table)
      Specified by:
      tableName in interface com.atlassian.dbexporter.EntityNameProcessor
    • columnName

      public String columnName(String column)
      Specified by:
      columnName in interface com.atlassian.dbexporter.EntityNameProcessor