Class | Description |
---|---|
GZipDataType |
Custom Hibernate datatype that compresses (GZip) byte arrays
to increase performance and save disk space.
|
HActivityRecovery |
Persistent representation of activity recovery information.
|
HBpelEvent |
Row representation of a BPEL event.
|
HCorrelationProperty |
Hibernate table-mapped class representing one valued property in
a correlation set.
|
HCorrelationSet |
Hibernate table representing correlation set values.
|
HCorrelator |
Hibernate table representing a BPEL correlator, or message-router.
|
HCorrelatorMessage | |
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).
|
HCorrelatorSelector | |
HFaultData |
Persistent representation of a fault.
|
HMessage |
Hibernate-managed table for keeping track of messages.
|
HMessageExchange |
Hibernate-managed table for keeping track of message exchanges.
|
HMessageExchangeProperty |
This hibernate entity enables using the BPEL_MEX_PROPS table in HQL.
|
HObject |
Base class for Hibernate objects providing auto-generated key, create
timestamp and lock fields.
|
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).
|
HProcess |
Hibernate table representing a BPEL process (not a process instance).
|
HProcessInstance |
Hibernate table representing a BPEL process instance.
|
HScope |
Hibernate table representing a BPEL scope instance.
|
HVariableProperty |
Efficient storage of properties (bpel properties).
|
HXmlData |
Hibernate POJOs for bpel.