Class CfgExporter

java.lang.Object
org.hibernate.tool.internal.export.common.AbstractExporter
org.hibernate.tool.internal.export.cfg.CfgExporter
All Implemented Interfaces:
Exporter, ExporterConstants

public class CfgExporter extends AbstractExporter
Author:
max
  • Constructor Details

    • CfgExporter

      public CfgExporter()
  • Method Details

    • getCustomProperties

      public Properties getCustomProperties()
    • setCustomProperties

      public void setCustomProperties(Properties customProperties)
    • getOutput

      public Writer getOutput()
    • setOutput

      public void setOutput(Writer output)
    • doStart

      public void doStart()
      Specified by:
      doStart in class AbstractExporter
    • getName

      public String getName()
      Overrides:
      getName in class AbstractExporter
    • forXML

      public static String forXML(String text)
      Parameters:
      text -
      Returns:
      String with escaped [invalid input: '<',>] special characters.