Uses of Class
org.apache.ode.daohib.bpel.hobj.HObject

Packages that use HObject
org.apache.ode.daohib.bpel An implementation of the BPEL data access objects (DAO) api using hibernate. 
org.apache.ode.daohib.bpel.hobj Hibernate POJOs for bpel. 
 

Uses of HObject in org.apache.ode.daohib.bpel
 

Fields in org.apache.ode.daohib.bpel declared as HObject
protected  HObject HibernateDao._hobj
           
 

Methods in org.apache.ode.daohib.bpel that return HObject
 HObject HibernateDao.getHibernateObj()
           
 

Constructors in org.apache.ode.daohib.bpel with parameters of type HObject
HibernateDao(SessionManager sessionManager, HObject hobj)
           
 

Uses of HObject in org.apache.ode.daohib.bpel.hobj
 

Subclasses of HObject in org.apache.ode.daohib.bpel.hobj
 class HActivityRecovery
          Persistent representation of activity recovery information.
 class HAttachment
          Row representation of a Attachment.
 class HBpelEvent
          Row representation of a BPEL event.
 class HCorrelationProperty
          Hibernate table-mapped class representing one valued property in a correlation set.
 class HCorrelationSet
          Hibernate table representing correlation set values.
 class HCorrelator
          Hibernate table representing a BPEL correlator, or message-router.
 class HCorrelatorMessage
           
 class HCorrelatorMessageKey
          Hibernate table for representing the pre-computed keys for a message targetted at the BPEL process with no matching instance at the time of receipt (and createInstance is not possible).
 class HCorrelatorSelector
           
 class HFaultData
          Persistent representation of a fault.
 class HMessage
          Hibernate-managed table for keeping track of messages.
 class HMessageExchange
          Hibernate-managed table for keeping track of message exchanges.
 class HPartnerLink
          The HEndpointReference can either be attached to a scope (when it's specific to a scope instance, for example because it has been assigned during the instance execution) or to a process definition (general endpoint configuration).
 class HProcess
          Hibernate table representing a BPEL process (not a process instance).
 class HProcessInstance
          Hibernate table representing a BPEL process instance.
 class HScope
          Hibernate table representing a BPEL scope instance.
 class HVariableProperty
          Efficient storage of properties (bpel properties).
 class HXmlData
           
 

Methods in org.apache.ode.daohib.bpel.hobj with type parameters of type HObject
static
<T extends HObject>
java.lang.Object[]
HObject.toIdArray(T[] objects)
           
 

Methods in org.apache.ode.daohib.bpel.hobj with parameters of type HObject
static
<T extends HObject>
java.lang.Object[]
HObject.toIdArray(T[] objects)
           
 

Method parameters in org.apache.ode.daohib.bpel.hobj with type arguments of type HObject
static java.lang.Object[] HObject.toIdArray(java.util.Collection<? extends HObject> objects)
           
 



Copyright © 2015 WSO2. All Rights Reserved.