Class HibernateSettingsXml

    • Constructor Detail

      • 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()