public class HibernateSettingsXml extends Object implements IHibernateSettings
Constructor and Description |
---|
HibernateSettingsXml() |
HibernateSettingsXml(org.dom4j.Document doc) |
HibernateSettingsXml(File hibernateSettingsXmlFile) |
HibernateSettingsXml(String xml) |
Modifier and Type | Method and Description |
---|---|
org.dom4j.Document |
getDocument() |
String |
getHibernateConfigFile() |
boolean |
getHibernateManaged() |
void |
setHibernateConfigFile(String hibernateConfigFile) |
void |
setHibernateManaged(boolean hibernateManaged) |
public HibernateSettingsXml(File hibernateSettingsXmlFile) throws IOException, org.dom4j.DocumentException, org.pentaho.platform.api.util.XmlParseException
IOException
org.dom4j.DocumentException
org.pentaho.platform.api.util.XmlParseException
public HibernateSettingsXml(String xml) throws org.dom4j.DocumentException, org.pentaho.platform.api.util.XmlParseException
org.dom4j.DocumentException
org.pentaho.platform.api.util.XmlParseException
public HibernateSettingsXml(org.dom4j.Document doc) throws org.dom4j.DocumentException
org.dom4j.DocumentException
public HibernateSettingsXml()
public String getHibernateConfigFile()
getHibernateConfigFile
in interface IHibernateSettings
public void setHibernateConfigFile(String hibernateConfigFile)
setHibernateConfigFile
in interface IHibernateSettings
public boolean getHibernateManaged()
getHibernateManaged
in interface IHibernateSettings
public void setHibernateManaged(boolean hibernateManaged)
setHibernateManaged
in interface IHibernateSettings
public org.dom4j.Document getDocument()
Copyright © 2021 Hitachi Vantara. All rights reserved.