| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected HObject |
HibernateDao._hobj |
| Modifier and Type | Method and Description |
|---|---|
HObject |
HibernateDao.getHibernateObj() |
| Constructor and Description |
|---|
HibernateDao(SessionManager sessionManager,
HObject hobj) |
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
static <T extends HObject> |
HObject.toIdArray(T[] objects) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends HObject> |
HObject.toIdArray(T[] objects) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object[] |
HObject.toIdArray(java.util.Collection<? extends HObject> objects) |
Copyright © 2021 WSO2. All Rights Reserved.