org.apache.ode.daohib.bpel
Class CorrelatorMessageDaoImpl

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

public class CorrelatorMessageDaoImpl
extends HibernateDao
implements CorrelatorMessageDAO


Field Summary
 
Fields inherited from class org.apache.ode.daohib.bpel.HibernateDao
_sm
 
Constructor Summary
CorrelatorMessageDaoImpl(SessionManager sm, HCorrelatorMessage hobj)
           
 
Method Summary
 CorrelationKey getCorrelationKey()
           
 void setCorrelationKey(CorrelationKey ckey)
           
 
Methods inherited from class org.apache.ode.daohib.bpel.HibernateDao
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

CorrelatorMessageDaoImpl

public CorrelatorMessageDaoImpl(SessionManager sm,
                                HCorrelatorMessage hobj)
Method Detail

getCorrelationKey

public CorrelationKey getCorrelationKey()
Specified by:
getCorrelationKey in interface CorrelatorMessageDAO

setCorrelationKey

public void setCorrelationKey(CorrelationKey ckey)
Specified by:
setCorrelationKey in interface CorrelatorMessageDAO