Package org.pentaho.platform.config
Class HibernateSettingsXml
java.lang.Object
org.pentaho.platform.config.HibernateSettingsXml
- All Implemented Interfaces:
IHibernateSettings
-
Constructor Summary
ConstructorsConstructorDescriptionHibernateSettingsXml(File hibernateSettingsXmlFile) HibernateSettingsXml(org.dom4j.Document doc) -
Method Summary
Modifier and TypeMethodDescriptionorg.dom4j.DocumentbooleanvoidsetHibernateConfigFile(String hibernateConfigFile) voidsetHibernateManaged(boolean hibernateManaged)
-
Constructor Details
-
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 Details
-
getHibernateConfigFile
- Specified by:
getHibernateConfigFilein interfaceIHibernateSettings
-
setHibernateConfigFile
- 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()
-