Package org.pentaho.platform.config
Class HibernateSettingsXml
- java.lang.Object
-
- org.pentaho.platform.config.HibernateSettingsXml
-
- All Implemented Interfaces:
IHibernateSettings
public class HibernateSettingsXml extends Object implements IHibernateSettings
-
-
Constructor Summary
Constructors Constructor Description HibernateSettingsXml()HibernateSettingsXml(File hibernateSettingsXmlFile)HibernateSettingsXml(String xml)HibernateSettingsXml(org.dom4j.Document doc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dom4j.DocumentgetDocument()StringgetHibernateConfigFile()booleangetHibernateManaged()voidsetHibernateConfigFile(String hibernateConfigFile)voidsetHibernateManaged(boolean hibernateManaged)
-
-
-
Constructor Detail
-
HibernateSettingsXml
public HibernateSettingsXml(File hibernateSettingsXmlFile) throws IOException, org.dom4j.DocumentException, org.pentaho.platform.api.util.XmlParseException
- Throws:
IOExceptionorg.dom4j.DocumentExceptionorg.pentaho.platform.api.util.XmlParseException
-
HibernateSettingsXml
public HibernateSettingsXml(String xml) throws org.dom4j.DocumentException, org.pentaho.platform.api.util.XmlParseException
- Throws:
org.dom4j.DocumentExceptionorg.pentaho.platform.api.util.XmlParseException
-
HibernateSettingsXml
public HibernateSettingsXml(org.dom4j.Document doc) throws org.dom4j.DocumentException- Throws:
org.dom4j.DocumentException
-
HibernateSettingsXml
public HibernateSettingsXml()
-
-
Method Detail
-
getHibernateConfigFile
public String getHibernateConfigFile()
- Specified by:
getHibernateConfigFilein interfaceIHibernateSettings
-
setHibernateConfigFile
public void setHibernateConfigFile(String hibernateConfigFile)
- Specified by:
setHibernateConfigFilein interfaceIHibernateSettings
-
getHibernateManaged
public boolean getHibernateManaged()
- Specified by:
getHibernateManagedin interfaceIHibernateSettings
-
setHibernateManaged
public void setHibernateManaged(boolean hibernateManaged)
- Specified by:
setHibernateManagedin interfaceIHibernateSettings
-
getDocument
public org.dom4j.Document getDocument()
-
-