Class 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 Detail

      • EchoEntityNameProcessor

        public EchoEntityNameProcessor()
    • Method Detail

      • 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