Class HibernateSettingsXml

java.lang.Object
org.pentaho.platform.config.HibernateSettingsXml
All Implemented Interfaces:
IHibernateSettings

public class HibernateSettingsXml extends Object implements IHibernateSettings
  • Constructor Details

    • HibernateSettingsXml

      public HibernateSettingsXml(File hibernateSettingsXmlFile) throws IOException, org.dom4j.DocumentException, org.pentaho.platform.api.util.XmlParseException
      Throws:
      IOException
      org.dom4j.DocumentException
      org.pentaho.platform.api.util.XmlParseException
    • HibernateSettingsXml

      public HibernateSettingsXml(String xml) throws org.dom4j.DocumentException, org.pentaho.platform.api.util.XmlParseException
      Throws:
      org.dom4j.DocumentException
      org.pentaho.platform.api.util.XmlParseException
    • HibernateSettingsXml

      public HibernateSettingsXml(org.dom4j.Document doc) throws org.dom4j.DocumentException
      Throws:
      org.dom4j.DocumentException
    • HibernateSettingsXml

      public HibernateSettingsXml()
  • Method Details