org.apache.ode.daohib.bpel
Class XmlDataDaoImpl

java.lang.Object
  extended by org.apache.ode.daohib.bpel.HibernateDao
      extended by org.apache.ode.daohib.bpel.XmlDataDaoImpl
All Implemented Interfaces:
XmlDataDAO

public class XmlDataDaoImpl
extends HibernateDao
implements XmlDataDAO

Hibernate-based XmlDataDAO implementation.


Field Summary
 
Fields inherited from class org.apache.ode.daohib.bpel.HibernateDao
_hobj, _sm
 
Constructor Summary
XmlDataDaoImpl(SessionManager sm, HXmlData hobj)
           
 
Method Summary
 org.w3c.dom.Node get()
           
 java.lang.String getName()
           
 java.lang.String getProperty(java.lang.String propertyName)
           
 ScopeDAO getScopeDAO()
           
 boolean isNull()
           
 void remove()
           
 void set(org.w3c.dom.Node val)
           
 void setProperty(java.lang.String pname, java.lang.String pvalue)
           
 
Methods inherited from class org.apache.ode.daohib.bpel.HibernateDao
deleteByColumn, deleteByIds, equals, getDHandle, getHibernateObj, getId, getSession, hashCode, update
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlDataDaoImpl

public XmlDataDaoImpl(SessionManager sm,
                      HXmlData hobj)
Parameters:
hobj -
Method Detail

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.