org.apache.ode.daohib.bpel
Class XmlDataDaoImpl
java.lang.Object
org.apache.ode.daohib.bpel.HibernateDao
org.apache.ode.daohib.bpel.XmlDataDaoImpl
- All Implemented Interfaces:
- XmlDataDAO
public class XmlDataDaoImpl
- extends HibernateDao
- implements XmlDataDAO
Hibernate-based XmlDataDAO implementation.
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
XmlDataDaoImpl
public XmlDataDaoImpl(SessionManager sm,
HXmlData hobj)
- Parameters:
hobj -
isNull
public boolean isNull()
- Specified by:
isNull in interface XmlDataDAO
- See Also:
XmlDataDAO.isNull()
get
public org.w3c.dom.Node get()
- Specified by:
get in interface XmlDataDAO
- See Also:
XmlDataDAO.get()
remove
public void remove()
- Specified by:
remove in interface XmlDataDAO
- See Also:
XmlDataDAO.remove()
set
public void set(org.w3c.dom.Node val)
- Specified by:
set in interface XmlDataDAO
- See Also:
XmlDataDAO.set(org.w3c.dom.Node)
getProperty
public java.lang.String getProperty(java.lang.String propertyName)
- Specified by:
getProperty in interface XmlDataDAO
- See Also:
XmlDataDAO.getProperty(java.lang.String)
setProperty
public void setProperty(java.lang.String pname,
java.lang.String pvalue)
- Specified by:
setProperty in interface XmlDataDAO
- See Also:
XmlDataDAO.setProperty(java.lang.String, java.lang.String)
getScopeDAO
public ScopeDAO getScopeDAO()
- Specified by:
getScopeDAO in interface XmlDataDAO
- See Also:
XmlDataDAO.getScopeDAO()
getName
public java.lang.String getName()
- Specified by:
getName in interface XmlDataDAO
Copyright © 2015 WSO2. All Rights Reserved.